Fossil SCM
Disable the backoff is in unversioned tests. PArticularly using Cygwin, it can cause test-framework errors for this test and any subsequent tests as the repository cannot be cleaned up if a backoffice process is sleeping.
Commit
7bb273e48f47e3533a7d272b66409ed8f25d0adac2410403c8fd56ab4255f822
Parent
84d86ba60ff8390…
1 file changed
+3
| --- test/unversioned.test | ||
| +++ test/unversioned.test | ||
| @@ -26,10 +26,13 @@ | ||
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | require_no_open_checkout |
| 29 | 29 | |
| 30 | 30 | test_setup; set rootDir [file normalize [pwd]] |
| 31 | + | |
| 32 | +# Avoid delays from the backoffice. | |
| 33 | +fossil set backoffice-disable 1 | |
| 31 | 34 | |
| 32 | 35 | fossil test-th-eval --open-config {repository} |
| 33 | 36 | set repository [normalize_result] |
| 34 | 37 | |
| 35 | 38 | if {[string length $repository] == 0} { |
| 36 | 39 |
| --- test/unversioned.test | |
| +++ test/unversioned.test | |
| @@ -26,10 +26,13 @@ | |
| 26 | } |
| 27 | |
| 28 | require_no_open_checkout |
| 29 | |
| 30 | test_setup; set rootDir [file normalize [pwd]] |
| 31 | |
| 32 | fossil test-th-eval --open-config {repository} |
| 33 | set repository [normalize_result] |
| 34 | |
| 35 | if {[string length $repository] == 0} { |
| 36 |
| --- test/unversioned.test | |
| +++ test/unversioned.test | |
| @@ -26,10 +26,13 @@ | |
| 26 | } |
| 27 | |
| 28 | require_no_open_checkout |
| 29 | |
| 30 | test_setup; set rootDir [file normalize [pwd]] |
| 31 | |
| 32 | # Avoid delays from the backoffice. |
| 33 | fossil set backoffice-disable 1 |
| 34 | |
| 35 | fossil test-th-eval --open-config {repository} |
| 36 | set repository [normalize_result] |
| 37 | |
| 38 | if {[string length $repository] == 0} { |
| 39 |