Skip to content

Commit

Permalink
[native] Fix UnsafeRowShuffleTest.shuffleReaderExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjialiang committed Apr 2, 2024
1 parent a0e71db commit 5d00343
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ DEBUG_ONLY_TEST_F(UnsafeRowShuffleTest, shuffleWriterExceptions) {
exec::test::waitForAllTasksToBeDeleted();
}

TEST_F(UnsafeRowShuffleTest, shuffleReaderExceptions) {
DEBUG_ONLY_TEST_F(UnsafeRowShuffleTest, shuffleReaderExceptions) {
auto data = makeRowVector({
makeFlatVector<int32_t>({1, 2, 3, 4}),
makeFlatVector<int64_t>({10, 20, 30, 40}),
Expand Down Expand Up @@ -820,6 +820,7 @@ TEST_F(UnsafeRowShuffleTest, shuffleReaderExceptions) {
}

TestShuffleWriter::reset();
exec::test::waitForAllTasksToBeDeleted();
}

TEST_F(UnsafeRowShuffleTest, endToEnd) {
Expand Down

0 comments on commit 5d00343

Please sign in to comment.