Skip to content

[samza] Use concurrent hashmap for key schema str #593

[samza] Use concurrent hashmap for key schema str

[samza] Use concurrent hashmap for key schema str #593

GitHub Actions / IntegrationTests_1020 Test Reports succeeded Mar 3, 2025 in 1s

18 passed, 2 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest.xml 2✅ 114s
IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciComputeTest.xml 5✅ 1❌ 415s
IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest.xml 2✅ 73s
internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest.xml 2✅ 114s
internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciComputeTest.xml 5✅ 1❌ 415s
internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest.xml 2✅ 73s

✅ IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest.xml

2 tests were completed in 114s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest 2✅ 114s

✅ com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest

✅ testDaVinciVersionSwap
✅ testMultiClusterDaVinci

❌ IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciComputeTest.xml

6 tests were completed in 415s with 5 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.endToEnd.DaVinciComputeTest 5✅ 1❌ 415s

❌ com.linkedin.venice.endToEnd.DaVinciComputeTest

✅ testComputeStreamingExecute
✅ testPartialKeyLookupWithRocksDBBlockBasedTable
✅ testPartialKeyLookupWithRocksDBPlainTable
❌ testReadComputeMissingField
	com.linkedin.venice.exceptions.VeniceException: Failed to start Da Vinci client in 10 attempts.
✅ testReadComputeSwappedFields
✅ testReadComputeMissingField

✅ IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest.xml

2 tests were completed in 73s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest 2✅ 73s

✅ com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest

✅ testLiveUpdateSuppression[0](BUILT_IN)
✅ testLiveUpdateSuppression[2](ISOLATED)

✅ internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest.xml

2 tests were completed in 114s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest 2✅ 114s

✅ com.linkedin.venice.endToEnd.DaVinciClusterAgnosticTest

✅ testDaVinciVersionSwap
✅ testMultiClusterDaVinci

❌ internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciComputeTest.xml

6 tests were completed in 415s with 5 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.endToEnd.DaVinciComputeTest 5✅ 1❌ 415s

❌ com.linkedin.venice.endToEnd.DaVinciComputeTest

✅ testComputeStreamingExecute
✅ testPartialKeyLookupWithRocksDBBlockBasedTable
✅ testPartialKeyLookupWithRocksDBPlainTable
❌ testReadComputeMissingField
	com.linkedin.venice.exceptions.VeniceException: Failed to start Da Vinci client in 10 attempts.
✅ testReadComputeSwappedFields
✅ testReadComputeMissingField

✅ internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest.xml

2 tests were completed in 73s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest 2✅ 73s

✅ com.linkedin.venice.endToEnd.DaVinciLiveUpdateSuppressionTest

✅ testLiveUpdateSuppression[0](BUILT_IN)
✅ testLiveUpdateSuppression[2](ISOLATED)

Annotations

Check failure on line 124 in internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/integration/utils/DaVinciTestContext.java

See this annotation in the file changed.

@github-actions github-actions / IntegrationTests_1020 Test Reports

com.linkedin.venice.endToEnd.DaVinciComputeTest ► testReadComputeMissingField

Failed test found in:
  IntegrationTests_1020-artifacts/internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciComputeTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1020/TEST-com.linkedin.venice.endToEnd.DaVinciComputeTest.xml
Error:
  com.linkedin.venice.exceptions.VeniceException: Failed to start Da Vinci client in 10 attempts.
Raw output
com.linkedin.venice.exceptions.VeniceException: Failed to start Da Vinci client in 10 attempts.
	at app//com.linkedin.venice.integration.utils.DaVinciTestContext.getGenericAvroDaVinciFactoryAndClientWithRetries(DaVinciTestContext.java:124)
	at app//com.linkedin.venice.integration.utils.ServiceFactory.getGenericAvroDaVinciFactoryAndClientWithRetries(ServiceFactory.java:488)
	at app//com.linkedin.venice.endToEnd.DaVinciComputeTest.testReadComputeMissingField(DaVinciComputeTest.java:321)