Revision 14064
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
29 | 29 |
# at "This will delete the test_import schema", type y and press ENTER |
30 | 30 |
# determine if the revision works: |
31 | 31 |
# { |
32 |
# wait 10 min |
|
32 |
# wait 8-10 min |
|
33 |
# wait until pg_stat_activity shows an in# query |
|
33 | 34 |
# see if pg_stat_activity shows the buggy query |
34 |
# (https://projects.nceas.ucsb.edu/nceas/issues/902) |
|
35 |
# if not, wait 3 more min and then assume the revision works
|
|
35 |
# (https://projects.nceas.ucsb.edu/nceas/issues/902) -> the revision is broken,
|
|
36 |
# or an in# query after in#6 -> the revision is OK
|
|
36 | 37 |
# } |
37 | 38 |
# stop the import: |
38 | 39 |
# { |
Also available in: Unified diff
fix: config/VirtualBox_VMs/vegbiendev/README.TXT: to test the import: determine if the revision works: use the in# of the query instead of waiting an arbitrary time, because this is more accurate in determining whether the import is successful