Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210310676
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210310676
Commits
63675582
Commit
63675582
authored
Mar 17, 2021
by
zhenshan.cao
Committed by
yefu.chen
Mar 17, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Fix unittest bug: query node num
Signed-off-by:
zhenshan.cao
<
zhenshan.cao@zilliz.com
>
parent
2cec04ed
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
internal/querynode/param_table_test.go
+0
-5
0 additions, 5 deletions
internal/querynode/param_table_test.go
with
0 additions
and
5 deletions
internal/querynode/param_table_test.go
+
0
−
5
View file @
63675582
...
@@ -21,11 +21,6 @@ func TestParamTable_QueryNode(t *testing.T) {
...
@@ -21,11 +21,6 @@ func TestParamTable_QueryNode(t *testing.T) {
assert
.
Contains
(
t
,
Params
.
QueryNodeIDList
(),
id
)
assert
.
Contains
(
t
,
Params
.
QueryNodeIDList
(),
id
)
})
})
t
.
Run
(
"Test num"
,
func
(
t
*
testing
.
T
)
{
num
:=
Params
.
QueryNodeNum
assert
.
Equal
(
t
,
num
,
2
)
})
t
.
Run
(
"Test time tick channel"
,
func
(
t
*
testing
.
T
)
{
t
.
Run
(
"Test time tick channel"
,
func
(
t
*
testing
.
T
)
{
ch
:=
Params
.
QueryTimeTickChannelName
ch
:=
Params
.
QueryTimeTickChannelName
assert
.
Equal
(
t
,
ch
,
"queryTimeTick"
)
assert
.
Equal
(
t
,
ch
,
"queryTimeTick"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment