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
dms3
go-datastore
Commits
37e058e7
Unverified
Commit
37e058e7
authored
Mar 22, 2019
by
Michael Avila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mount query test names
parent
5b4de5b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mount/mount_test.go
mount/mount_test.go
+4
-4
No files found.
mount/mount_test.go
View file @
37e058e7
...
...
@@ -239,7 +239,7 @@ func TestQuerySimple(t *testing.T) {
}
}
func
TestQuery
C
ross
(
t
*
testing
.
T
)
{
func
TestQuery
Ac
ross
Mounts
(
t
*
testing
.
T
)
{
mapds0
:=
datastore
.
NewMapDatastore
()
mapds1
:=
datastore
.
NewMapDatastore
()
mapds2
:=
datastore
.
NewMapDatastore
()
...
...
@@ -302,7 +302,7 @@ func TestQueryCross(t *testing.T) {
}
}
func
TestQuery
C
rossWithSort
(
t
*
testing
.
T
)
{
func
TestQuery
Ac
ross
Mounts
WithSort
(
t
*
testing
.
T
)
{
mapds0
:=
datastore
.
NewMapDatastore
()
mapds1
:=
datastore
.
NewMapDatastore
()
mapds2
:=
datastore
.
NewMapDatastore
()
...
...
@@ -351,7 +351,7 @@ func TestQueryCrossWithSort(t *testing.T) {
}
}
func
TestQueryLimit
C
rossWithSort
(
t
*
testing
.
T
)
{
func
TestQueryLimit
Ac
ross
Mounts
WithSort
(
t
*
testing
.
T
)
{
mapds1
:=
sync
.
MutexWrap
(
datastore
.
NewMapDatastore
())
mapds2
:=
sync
.
MutexWrap
(
datastore
.
NewMapDatastore
())
mapds3
:=
sync
.
MutexWrap
(
datastore
.
NewMapDatastore
())
...
...
@@ -401,7 +401,7 @@ func TestQueryLimitCrossWithSort(t *testing.T) {
}
}
func
TestQueryLimitAndOffset
C
rossWithSort
(
t
*
testing
.
T
)
{
func
TestQueryLimitAndOffset
Ac
ross
Mounts
WithSort
(
t
*
testing
.
T
)
{
mapds1
:=
sync
.
MutexWrap
(
datastore
.
NewMapDatastore
())
mapds2
:=
sync
.
MutexWrap
(
datastore
.
NewMapDatastore
())
mapds3
:=
sync
.
MutexWrap
(
datastore
.
NewMapDatastore
())
...
...
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