diff --git a/script/testalone.bdb b/script/testalone.bdb deleted file mode 100644 index 9695b14..0000000 Binary files a/script/testalone.bdb and /dev/null differ diff --git a/script/testalone.bo b/script/testalone.bo deleted file mode 100644 index 63d34da..0000000 Binary files a/script/testalone.bo and /dev/null differ diff --git a/script/testflockfev.bdb b/script/testflockfev.bdb deleted file mode 100644 index 2683d70..0000000 Binary files a/script/testflockfev.bdb and /dev/null differ diff --git a/script/testflockfev.bo b/script/testflockfev.bo deleted file mode 100644 index 8036f90..0000000 Binary files a/script/testflockfev.bo and /dev/null differ diff --git a/script/testflockfev.bzz b/script/testflockfev.bzz index 06b2e0e..eb04261 100644 --- a/script/testflockfev.bzz +++ b/script/testflockfev.bzz @@ -93,10 +93,11 @@ function barrier_ready() { WAIT_TIMEOUT = 200 timeW=0 function barrier_wait(threshold, transf) { + barrier.put(id, 1) barrier.get(id) CURSTATE = "BARRIERWAIT" if(barrier.size() >= threshold) { - barrier = nil +# barrier = nil transf() } else if(timeW>=WAIT_TIMEOUT) { barrier = nil diff --git a/script/testsolo.bdb b/script/testsolo.bdb deleted file mode 100644 index d25ea48..0000000 Binary files a/script/testsolo.bdb and /dev/null differ diff --git a/script/testsolo.bo b/script/testsolo.bo deleted file mode 100644 index 294076a..0000000 Binary files a/script/testsolo.bo and /dev/null differ