Skip to content

Commit 89d09c5

Browse files
Alexey Kudinkinyuzhaojing
authored andcommitted
[MINOR] Drastically reducing concurrency level (to avoid CI flakiness) (apache#6754)
1 parent eff309b commit 89d09c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedTableMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void testTableOperations(boolean reuseReaders) throws Exception {
112112
@ParameterizedTest
113113
@ValueSource(booleans = {true, false})
114114
public void testMultiReaderForHoodieBackedTableMetadata(boolean reuse) throws Exception {
115-
final int taskNumber = 20;
115+
final int taskNumber = 3;
116116
HoodieTableType tableType = HoodieTableType.COPY_ON_WRITE;
117117
init(tableType);
118118
testTable.doWriteOperation("000001", INSERT, emptyList(), asList("p1"), 1);

0 commit comments

Comments
 (0)