Skip to content

Commit c711e86

Browse files
author
yuezhang
committed
add more debug logs
1 parent 3e3caec commit c711e86

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
@@ -110,7 +110,7 @@ public void testTableOperations(boolean reuseReaders) throws Exception {
110110
* @throws Exception
111111
*/
112112
@ParameterizedTest
113-
@ValueSource(booleans = {false})
113+
@ValueSource(booleans = {true, false})
114114
public void testMultiReaderForHoodieBackedTableMetadata(boolean reuse) throws Exception {
115115
final int taskNumber = 50;
116116
HoodieTableType tableType = HoodieTableType.COPY_ON_WRITE;

0 commit comments

Comments
 (0)