GitHub Actions / IntegrationTests_1500 Test Reports
succeeded
Oct 30, 2024 in 0s
16 passed, 2 failed and 0 skipped
❌ IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml
5 tests were completed in 227s with 4 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.endToEnd.MetaSystemStoreTest | 4✅ | 1❌ | 227s |
❌ com.linkedin.venice.endToEnd.MetaSystemStoreTest
✅ bootstrapMetaSystemStore
✅ testParentControllerAutoMaterializeMetaSystemStore
✅ testThinClientMetaStoreBasedRepository
❌ testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas
com.linkedin.venice.exceptions.VeniceNoStoreException: Store: venice_store_37701512ed_b1bc4642 does not exist.
✅ testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas
✅ IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.multicluster.TestMetadataOperationInMultiCluster.xml
2 tests were completed in 78s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.multicluster.TestMetadataOperationInMultiCluster | 2✅ | 78s |
✅ com.linkedin.venice.multicluster.TestMetadataOperationInMultiCluster
✅ testCreateStoreAndVersionForMultiCluster
✅ testRunVPJInMultiCluster
✅ IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.throttle.TestRouterReadQuotaThrottler.xml
1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.throttle.TestRouterReadQuotaThrottler | 1✅ | 3s |
✅ com.linkedin.venice.throttle.TestRouterReadQuotaThrottler
✅ testRouterQuotaOnRouterCountChange
✅ IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.zk.TestMigrateVeniceZKPaths.xml
1 tests were completed in 99ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.zk.TestMigrateVeniceZKPaths | 1✅ | 99ms |
✅ com.linkedin.venice.zk.TestMigrateVeniceZKPaths
✅ testMigrateVenicePaths
❌ internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml
5 tests were completed in 227s with 4 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.endToEnd.MetaSystemStoreTest | 4✅ | 1❌ | 227s |
❌ com.linkedin.venice.endToEnd.MetaSystemStoreTest
✅ bootstrapMetaSystemStore
✅ testParentControllerAutoMaterializeMetaSystemStore
✅ testThinClientMetaStoreBasedRepository
❌ testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas
com.linkedin.venice.exceptions.VeniceNoStoreException: Store: venice_store_37701512ed_b1bc4642 does not exist.
✅ testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas
✅ internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.multicluster.TestMetadataOperationInMultiCluster.xml
2 tests were completed in 78s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.multicluster.TestMetadataOperationInMultiCluster | 2✅ | 78s |
✅ com.linkedin.venice.multicluster.TestMetadataOperationInMultiCluster
✅ testCreateStoreAndVersionForMultiCluster
✅ testRunVPJInMultiCluster
✅ internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.throttle.TestRouterReadQuotaThrottler.xml
1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.throttle.TestRouterReadQuotaThrottler | 1✅ | 3s |
✅ com.linkedin.venice.throttle.TestRouterReadQuotaThrottler
✅ testRouterQuotaOnRouterCountChange
✅ internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.zk.TestMigrateVeniceZKPaths.xml
1 tests were completed in 99ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
com.linkedin.venice.zk.TestMigrateVeniceZKPaths | 1✅ | 99ms |
✅ com.linkedin.venice.zk.TestMigrateVeniceZKPaths
✅ testMigrateVenicePaths
Annotations
github-actions / IntegrationTests_1500 Test Reports
com.linkedin.venice.endToEnd.MetaSystemStoreTest ► testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas
Failed test found in:
IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml
internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml
Error:
com.linkedin.venice.exceptions.VeniceNoStoreException: Store: venice_store_37701512ed_b1bc4642 does not exist.
Raw output
com.linkedin.venice.exceptions.VeniceNoStoreException: Store: venice_store_37701512ed_b1bc4642 does not exist.
at app//com.linkedin.davinci.repository.NativeMetadataRepository.refreshOneStore(NativeMetadataRepository.java:190)
at app//com.linkedin.davinci.repository.NativeMetadataRepository.subscribe(NativeMetadataRepository.java:139)
at app//com.linkedin.davinci.repository.ThinClientMetaStoreBasedRepository.subscribe(ThinClientMetaStoreBasedRepository.java:61)
at app//com.linkedin.venice.endToEnd.MetaSystemStoreTest.testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas(MetaSystemStoreTest.java:313)
Caused by: com.linkedin.venice.exceptions.MissingKeyInStoreMetadataException: Get null StoreMetaValue value for key {"keyStrings": ["venice_store_37701512ed_b1bc4642"], "metadataType": 4} in metadata store.
at app//com.linkedin.davinci.repository.ThinClientMetaStoreBasedRepository.getStoreMetaValue(ThinClientMetaStoreBasedRepository.java:105)
at app//com.linkedin.davinci.repository.NativeMetadataRepository.getStoreConfigFromMetaSystemStore(NativeMetadataRepository.java:408)
at app//com.linkedin.davinci.repository.ThinClientMetaStoreBasedRepository.getStoreConfigFromSystemStore(ThinClientMetaStoreBasedRepository.java:67)
at app//com.linkedin.davinci.repository.NativeMetadataRepository.getAndSetStoreConfigFromSystemStore(NativeMetadataRepository.java:397)
at app//com.linkedin.davinci.repository.NativeMetadataRepository.refreshOneStore(NativeMetadataRepository.java:174)
at app//com.linkedin.davinci.repository.NativeMetadataRepository.subscribe(NativeMetadataRepository.java:139)
at app//com.linkedin.davinci.repository.ThinClientMetaStoreBasedRepository.subscribe(ThinClientMetaStoreBasedRepository.java:61)
at app//com.linkedin.venice.endToEnd.MetaSystemStoreTest.testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas(MetaSystemStoreTest.java:313)
at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
at app//org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at app//org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
at app//org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
at [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at [email protected]/java.lang.Thread.run(Thread.java:840)
Loading