Skip to content

remove timeouts

remove timeouts #189

GitHub Actions / IntegrationTests_1100 Test Reports succeeded Nov 20, 2024 in 1s

22 passed, 14 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml 11✅ 7❌ 448s
internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml 11✅ 7❌ 448s

❌ IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml

18 tests were completed in 448s with 11 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.server.VeniceServerTest 11✅ 7❌ 448s

❌ com.linkedin.venice.server.VeniceServerTest

❌ testCheckBeforeJoinCluster
	java.lang.AssertionError: After removing the node from cluster, local storage should be cleaned up once the server join the cluster again. expected [true] but found [false]
✅ testCheckBeforeJointClusterBeforeHelixInitializingCluster
✅ testDropStorePartitionAsynchronously
✅ testDropStorePartitionSynchronously
✅ testMetadataFetchRequest
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
✅ testStartServerWhenEnableAllowlistCheckingFailed
✅ testStartServerWhenEnableAllowlistCheckingSuccessful
✅ testStartServerWithDefaultConfigForTests
✅ testStartServerWithSystemSchemaInitialization
✅ testVeniceServerWithD2[0](false)
✅ testVeniceServerWithD2[1](true)
❌ testCheckBeforeJoinCluster
	java.lang.AssertionError: After removing the node from cluster, local storage should be cleaned up once the server join the cluster again. expected [true] but found [false]
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
✅ testCheckBeforeJoinCluster
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]

❌ internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml

18 tests were completed in 448s with 11 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.server.VeniceServerTest 11✅ 7❌ 448s

❌ com.linkedin.venice.server.VeniceServerTest

❌ testCheckBeforeJoinCluster
	java.lang.AssertionError: After removing the node from cluster, local storage should be cleaned up once the server join the cluster again. expected [true] but found [false]
✅ testCheckBeforeJointClusterBeforeHelixInitializingCluster
✅ testDropStorePartitionAsynchronously
✅ testDropStorePartitionSynchronously
✅ testMetadataFetchRequest
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
✅ testStartServerWhenEnableAllowlistCheckingFailed
✅ testStartServerWhenEnableAllowlistCheckingSuccessful
✅ testStartServerWithDefaultConfigForTests
✅ testStartServerWithSystemSchemaInitialization
✅ testVeniceServerWithD2[0](false)
✅ testVeniceServerWithD2[1](true)
❌ testCheckBeforeJoinCluster
	java.lang.AssertionError: After removing the node from cluster, local storage should be cleaned up once the server join the cluster again. expected [true] but found [false]
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
✅ testCheckBeforeJoinCluster
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]
❌ testStartServerAndShutdownWithPartitionAssignmentVerification
	java.lang.AssertionError: expected [0] but found [1]

Annotations

Check failure on line 148 in internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/server/VeniceServerTest.java

See this annotation in the file changed.

@github-actions github-actions / IntegrationTests_1100 Test Reports

com.linkedin.venice.server.VeniceServerTest ► testCheckBeforeJoinCluster

Failed test found in:
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
Error:
  java.lang.AssertionError: After removing the node from cluster, local storage should be cleaned up once the server join the cluster again. expected [true] but found [false]
Raw output
java.lang.AssertionError: After removing the node from cluster, local storage should be cleaned up once the server join the cluster again. expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:96)
	at org.testng.Assert.failNotEquals(Assert.java:776)
	at org.testng.Assert.assertTrue(Assert.java:44)
	at com.linkedin.venice.server.VeniceServerTest.testCheckBeforeJoinCluster(VeniceServerTest.java:148)

Check failure on line 216 in internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/server/VeniceServerTest.java

See this annotation in the file changed.

@github-actions github-actions / IntegrationTests_1100 Test Reports

com.linkedin.venice.server.VeniceServerTest ► testStartServerAndShutdownWithPartitionAssignmentVerification

Failed test found in:
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  IntegrationTests_1100-artifacts/internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_1100/TEST-com.linkedin.venice.server.VeniceServerTest.xml
Error:
  java.lang.AssertionError: expected [0] but found [1]
Raw output
java.lang.AssertionError: expected [0] but found [1]
	at org.testng.Assert.fail(Assert.java:96)
	at org.testng.Assert.failNotEquals(Assert.java:776)
	at org.testng.Assert.assertEqualsImpl(Assert.java:137)
	at org.testng.Assert.assertEquals(Assert.java:118)
	at org.testng.Assert.assertEquals(Assert.java:652)
	at org.testng.Assert.assertEquals(Assert.java:662)
	at com.linkedin.venice.server.VeniceServerTest.lambda$testStartServerAndShutdownWithPartitionAssignmentVerification$2(VeniceServerTest.java:216)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:240)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:225)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:217)
	at com.linkedin.venice.server.VeniceServerTest.testStartServerAndShutdownWithPartitionAssignmentVerification(VeniceServerTest.java:213)