We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef88af commit 5e2aeffCopy full SHA for 5e2aeff
scheduler/scheduler_test.go
@@ -518,18 +518,6 @@ func Test_shardTableClients(t *testing.T) {
518
shard: &shard{num: 1, total: 2},
519
expected: []tableClient{},
520
},
521
- {
522
- name: "invalid total number of shards",
523
- tableClients: []tableClient{
524
- {client: &testExecutionClient{}, table: &schema.Table{Name: "table_1"}},
525
- {client: &testExecutionClient{}, table: &schema.Table{Name: "table_2"}},
526
- },
527
- shard: &shard{num: 1, total: 0},
528
- expected: []tableClient{
529
530
531
532
533
{
534
name: "even shard 1 of 2",
535
tableClients: []tableClient{
0 commit comments