next-gen: fix tablesample test and null keyspace test#63599
Conversation
Signed-off-by: tangenta <tangenta@126.com>
|
Hi @tangenta. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| store, err = mockstore.NewMockStore(mockstore.WithStoreType(mockstore.EmbedUnistore)) | ||
| store, err = mockstore.NewMockStore( | ||
| mockstore.WithStoreType(mockstore.EmbedUnistore), | ||
| mockstore.WithKeyspaceMeta(nil)) |
There was a problem hiding this comment.
why set it to nil, what about nextgen?
There was a problem hiding this comment.
The purpose of this test to is test null keyspace. This option is to revert the next-gen's setting, keeping keyspace meta nil.
There was a problem hiding this comment.
maybe skip it for nextgen? nextgen don't have null keyspace
There was a problem hiding this comment.
I think it is fine to keep this test? It only affect tests
There was a problem hiding this comment.
maybe skip it completely, let it run only in classic kernel
then i guess we can revert the change in pkg/store/mockstore/mockstore.go too
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #63599 +/- ##
================================================
+ Coverage 72.7876% 73.1275% +0.3398%
================================================
Files 1840 1842 +2
Lines 497513 499697 +2184
================================================
+ Hits 362128 365416 +3288
+ Misses 113374 112285 -1089
+ Partials 22011 21996 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: tangenta <tangenta@126.com>
|
/retest |
|
@tangenta: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
|
@tangenta: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: tangenta <tangenta@126.com>
Co-authored-by: D3Hunter <jujj603@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: D3Hunter, fzzf678 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
What problem does this PR solve?
Issue Number: ref #61702
Problem Summary:
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.