Commit 4367e958 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1cf3b228
......@@ -321,6 +321,7 @@ def zstor_2zurl(zstor):
# ZEO
if ztype == "ZEO.ClientStorage.ClientStorage":
# zeo://(path|host:port)?storage=<storageID>
u = "zeo://"
_addr = zstor._addr
addr = None
......
......@@ -4,11 +4,11 @@
export GOTRACEBACK=crash
ulimit -c unlimited
export DBTail_SEED=1602769537289632682
#export DBTail_SEED=1602769537289632682
for i in `seq 100`; do
echo -e "\n>>> #$i"
go test -v || break
go test -v -race || 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