Commit d1517dba authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6e766565
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
storv = ['fs', 'zeo', 'neo'] # storage backends to test against
#storv = ['fs', 'zeo'] # XXX reenable zeo and neo
#storv = ['fs', 'zeo', 'neo'] # storage backends to test against
storv = ['fs', 'zeo'] # XXX reenable neo
# some bugs are only likely to trigger when there is only 1 or 2 main OS thread(s) in wcfs
# GOMAXPROCS='' means use `nproc`
......
......@@ -7,8 +7,8 @@ ulimit -c unlimited
#export DBTail_SEED=1602769537289632682
for i in `seq 100`; do
echo -e "\n>>> #$i"
go test -v -race || break
#echo -e "\n>>> #$i"
go test -v || break
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment