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

.

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