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.

preben 2023-12-14 19:08 testing-improvements
Commit 7bb273e48f47e3533a7d272b66409ed8f25d0adac2410403c8fd56ab4255f822
1 file changed +3
--- test/unversioned.test
+++ test/unversioned.test
@@ -26,10 +26,13 @@
2626
}
2727
2828
require_no_open_checkout
2929
3030
test_setup; set rootDir [file normalize [pwd]]
31
+
32
+# Avoid delays from the backoffice.
33
+fossil set backoffice-disable 1
3134
3235
fossil test-th-eval --open-config {repository}
3336
set repository [normalize_result]
3437
3538
if {[string length $repository] == 0} {
3639
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button