Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
1d22d33c
Commit
1d22d33c
authored
Aug 26, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f088c46b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wcfs/δbtail_test.go
wcfs/δbtail_test.go
+2
-1
No files found.
wcfs/δbtail_test.go
View file @
1d22d33c
...
@@ -1001,7 +1001,8 @@ func TestΔBTreeAllStructs(t *testing.T) {
...
@@ -1001,7 +1001,8 @@ func TestΔBTreeAllStructs(t *testing.T) {
// keysv1 and keysv2 are random shuffle of IntSets
// keysv1 and keysv2 are random shuffle of IntSets
var
keysv1
[][]
int
var
keysv1
[][]
int
var
keysv2
[][]
int
var
keysv2
[][]
int
for
keys
:=
range
IntSets
(
5
)
{
// XXX !short -> ↑
nkeys
:=
5
;
if
testing
.
Short
()
{
nkeys
-=
2
}
for
keys
:=
range
IntSets
(
nkeys
)
{
keysv1
=
append
(
keysv1
,
keys
)
keysv1
=
append
(
keysv1
,
keys
)
keysv2
=
append
(
keysv2
,
keys
)
keysv2
=
append
(
keysv2
,
keys
)
}
}
...
...
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