Revision 14058
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
23 | 23 |
export version=test_import |
24 | 24 |
declare -ax inputs; inputs=(inputs/ARIZ/) |
25 | 25 |
. bin/import_all # runtime: 50 min ("0:45:07.105389"+"4:05.03") |
26 |
# determine if the revision works: |
|
27 |
# { |
|
28 |
# wait 8 min |
|
29 |
# see if pg_stat_activity shows the buggy query |
|
30 |
# (https://projects.nceas.ucsb.edu/nceas/issues/902) |
|
31 |
# if not, wait 2 more min and then assume the revision works |
|
32 |
# } |
|
33 |
# stop the import: |
|
34 |
# { |
|
26 | 35 |
kill % # cancel after_import() |
36 |
. bin/stop_imports |
|
37 |
sudo pkill -f 'postgres: bien vegbien' |
|
38 |
# } |
|
27 | 39 |
|
28 | 40 |
to set up the VM: |
29 | 41 |
ln -s /Volumes/vegbiendev/vegbiendev.vdi ~/VirtualBox\ VMs/vegbiendev/vegbiendev.vdi |
Also available in: Unified diff
config/VirtualBox_VMs/vegbiendev/README.TXT: to test the import: added steps to determine if the revision works, and then stop the import