Skip to content

Commit 37f4503

Browse files
committed
Increase size to account for new field in metadata
1 parent edc8bd9 commit 37f4503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public class OfflineClusterIntegrationTest extends BaseClusterIntegrationTestSet
143143
private static final String MAX_NUM_MULTI_VALUES_MAP_KEY = "maxNumMultiValuesMap";
144144
// TODO: This might lead to flaky test, as this disk size is not deterministic
145145
// as it depends on the iteration order of a HashSet.
146-
private static final int DISK_SIZE_IN_BYTES = 20796000;
146+
private static final int DISK_SIZE_IN_BYTES = 20797128;
147147
private static final int NUM_ROWS = 115545;
148148

149149
private final List<ServiceStatus.ServiceStatusCallback> _serviceStatusCallbacks =

0 commit comments

Comments
 (0)