Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4d9798b8e994811444332f226c0051c674f118d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
When database schema, types or dbinit change, the files in this data directory may need to be updated.  
To do so:

1) Delete C:/Users/<account>/hsql and C:/Users/<account>/attr
2) Do a normal AtsClient_Integration_TestSuite, stop before ClientResourceTest
3) Re-launch the application server and client to prime the database 
	- Close client/server, open hsql directory.  .log file should not be large, .script should
4) Zip up hsql dir to hsql.zip and copy to this directory
5) Zip up attr to binary_data.zip and copy to this directory
6) Re-run AtsServer_Integration_TestSuite and fix any errors

All canned-db test bundles should be updated with the same zip files

Run the following in a git bash
cd /c/UserData/git_fix/org.eclipse.osee/plugins/org.eclipse.osee.ats.mocks/data

Paste the following in git bash
cp binary_data.zip ../../../../lba.osee/plugins/lba.osee.x.server.p2/demo/
cp hsql.zip ../../../../lba.osee/plugins/lba.osee.x.server.p2/demo/
cp binary_data.zip ../../org.eclipse.osee.orcs.db.mock/data
cp hsql.zip ../../org.eclipse.osee.orcs.db.mock/data
cp binary_data.zip ../../org.eclipse.osee.x.server.p2/demo
cp hsql.zip ../../org.eclipse.osee.x.server.p2/demo

Back to the top