Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Doug Woos
452-labs
Commits
798990c3
Commit
798990c3
authored
Mar 14, 2014
by
Yandong Mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8b2ca74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/shardmaster/test_test.go
src/shardmaster/test_test.go
+10
-0
No files found.
src/shardmaster/test_test.go
View file @
798990c3
...
...
@@ -235,6 +235,16 @@ func TestBasic(t *testing.T) {
fmt
.
Printf
(
" ... Passed
\n
"
)
fmt
.
Printf
(
"Test: Min advances after joins ...
\n
"
)
for
i
,
sm
:=
range
(
sma
)
{
if
sm
.
px
.
Min
()
<=
0
{
t
.
Fatalf
(
"Min() for %s did not advance"
,
kvh
[
i
])
}
}
fmt
.
Printf
(
" ... Passed
\n
"
)
fmt
.
Printf
(
"Test: Minimal transfers after joins ...
\n
"
)
c1
:=
ck
.
Query
(
-
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment