add clusterName details to metrics #196
GitHub Actions / IntegrationTests_1250 Test Reports
succeeded
Nov 12, 2024 in 1s
54 passed, 2 failed and 0 skipped
❌ IntegrationTests_1250-artifacts/internal/venice-test-common/build/test-results/integrationTests_1250/TEST-com.linkedin.venice.endToEnd.PartialUpdateTest.xml
28 tests were completed in 707s with 27 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.endToEnd.PartialUpdateTest | 27✅ | 1❌ | 707s |
❌ com.linkedin.venice.endToEnd.PartialUpdateTest
✅ testActiveActivePartialUpdateWithCompression[0](NO_OP)
✅ testActiveActivePartialUpdateWithCompression[2](GZIP)
✅ testActiveActivePartialUpdateWithCompression[4](ZSTD_WITH_DICT)
✅ testEnablePartialUpdateOnActiveActiveStore
✅ testIncrementalPushPartialUpdateClassicFormat
✅ testIncrementalPushPartialUpdateNewFormat[0](false)
✅ testIncrementalPushPartialUpdateNewFormat[2](true)
✅ testNonAAPartialUpdateChunkDeletion
✅ testPartialUpdateOnBatchPushedChunkKeys
✅ testPartialUpdateOnBatchPushedKeys[0](NO_OP)
✅ testPartialUpdateOnBatchPushedKeys[2](GZIP)
✅ testPartialUpdateOnBatchPushedKeys[4](ZSTD_WITH_DICT)
✅ testRepushWithChunkingFlagChanged
✅ testRepushWithDeleteRecord
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[0](NO_OP)
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[2](GZIP)
❌ testRepushWithTTLWithActiveActivePartialUpdateStore[4](ZSTD_WITH_DICT)
java.lang.AssertionError: expected [false] but found [true]
✅ testUpdateWithSupersetSchema
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[0](false, NO_OP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[2](true, NO_OP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[4](false, GZIP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[6](true, GZIP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[8](false, ZSTD_WITH_DICT)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[10](true, ZSTD_WITH_DICT)
✅ testWriteComputeWithSamzaBatchJob
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[0](NO_OP)
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[2](GZIP)
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[4](ZSTD_WITH_DICT)
❌ internal/venice-test-common/build/test-results/integrationTests_1250/TEST-com.linkedin.venice.endToEnd.PartialUpdateTest.xml
28 tests were completed in 707s with 27 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.endToEnd.PartialUpdateTest | 27✅ | 1❌ | 707s |
❌ com.linkedin.venice.endToEnd.PartialUpdateTest
✅ testActiveActivePartialUpdateWithCompression[0](NO_OP)
✅ testActiveActivePartialUpdateWithCompression[2](GZIP)
✅ testActiveActivePartialUpdateWithCompression[4](ZSTD_WITH_DICT)
✅ testEnablePartialUpdateOnActiveActiveStore
✅ testIncrementalPushPartialUpdateClassicFormat
✅ testIncrementalPushPartialUpdateNewFormat[0](false)
✅ testIncrementalPushPartialUpdateNewFormat[2](true)
✅ testNonAAPartialUpdateChunkDeletion
✅ testPartialUpdateOnBatchPushedChunkKeys
✅ testPartialUpdateOnBatchPushedKeys[0](NO_OP)
✅ testPartialUpdateOnBatchPushedKeys[2](GZIP)
✅ testPartialUpdateOnBatchPushedKeys[4](ZSTD_WITH_DICT)
✅ testRepushWithChunkingFlagChanged
✅ testRepushWithDeleteRecord
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[0](NO_OP)
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[2](GZIP)
❌ testRepushWithTTLWithActiveActivePartialUpdateStore[4](ZSTD_WITH_DICT)
java.lang.AssertionError: expected [false] but found [true]
✅ testUpdateWithSupersetSchema
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[0](false, NO_OP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[2](true, NO_OP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[4](false, GZIP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[6](true, GZIP)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[8](false, ZSTD_WITH_DICT)
✅ testWriteComputeWithHybridLeaderFollowerLargeRecord[10](true, ZSTD_WITH_DICT)
✅ testWriteComputeWithSamzaBatchJob
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[0](NO_OP)
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[2](GZIP)
✅ testRepushWithTTLWithActiveActivePartialUpdateStore[4](ZSTD_WITH_DICT)
Annotations
github-actions / IntegrationTests_1250 Test Reports
com.linkedin.venice.endToEnd.PartialUpdateTest ► testRepushWithTTLWithActiveActivePartialUpdateStore[4](ZSTD_WITH_DICT)
Failed test found in:
IntegrationTests_1250-artifacts/internal/venice-test-common/build/test-results/integrationTests_1250/TEST-com.linkedin.venice.endToEnd.PartialUpdateTest.xml
internal/venice-test-common/build/test-results/integrationTests_1250/TEST-com.linkedin.venice.endToEnd.PartialUpdateTest.xml
Error:
java.lang.AssertionError: expected [false] but found [true]
Raw output
java.lang.AssertionError: expected [false] but found [true]
at org.testng.Assert.fail(Assert.java:96)
at org.testng.Assert.failNotEquals(Assert.java:776)
at org.testng.Assert.assertFalse(Assert.java:65)
at org.testng.Assert.assertFalse(Assert.java:75)
at com.linkedin.venice.endToEnd.PartialUpdateTest.validateRmdData(PartialUpdateTest.java:1638)
at com.linkedin.venice.endToEnd.PartialUpdateTest.testRepushWithTTLWithActiveActivePartialUpdateStore(PartialUpdateTest.java:1093)
Loading