Skip to content

Commit

Permalink
ccl/multiregionccl: unskip test multi region dd parent test
Browse files Browse the repository at this point in the history
`TestMultiRegionDataDriven` was skipped in cockroachdb#108107 due to finish
(tracing span) being called twice in raft reproposals cockroachdb#107521, which
 cockroachdb#108775 fixed.

Unskip the top level `TestMultiRegionDataDriven` test. Note
`/secondary_region` is still skipped due to a known allocator bug.

Informs: cockroachdb#98020
Epic: none
Release note: None
  • Loading branch information
kvoli committed Sep 6, 2023
1 parent fd6a1ac commit 16cf27d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/multiregionccl/datadriven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func TestMultiRegionDataDriven(t *testing.T) {
// (legitimate) timing issues on a deadlock build.
skip.UnderRace(t, "flaky test")
skip.UnderDeadlock(t, "flaky test")
skip.WithIssue(t, 98020)
ctx := context.Background()
datadriven.Walk(t, datapathutils.TestDataPath(t), func(t *testing.T, path string) {
ds := datadrivenTestState{}
Expand Down

0 comments on commit 16cf27d

Please sign in to comment.