Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: make TestSplitKeyspaceGroup stable #6584

Merged
merged 8 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable test
Signed-off-by: lhy1024 <admin@liudos.us>
  • Loading branch information
lhy1024 committed Jun 12, 2023
commit 4ef08712bcc10ab671481b0e1859d9a925d2633c
1 change: 0 additions & 1 deletion tests/pdctl/keyspace/keyspace_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func TestKeyspaceGroup(t *testing.T) {
}

func TestSplitKeyspaceGroup(t *testing.T) {
t.Skip("skip this super flaky split keyspace group test which impacts everyone's productivity.")
re := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down
1 change: 0 additions & 1 deletion tests/pdctl/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import (
)

func TestScheduler(t *testing.T) {
t.Skip("skip this super unstable test which impacts everyone's productivity")
re := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down