Skip to content

Redistributed tests #944

Redistributed tests

Redistributed tests #944

GitHub Actions / IntegrationTests_3 Test Reports succeeded Nov 22, 2025 in 0s

8 passed, 6 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
IntegrationTests_3-artifacts/internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml 4✅ 3❌ 714s
internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml 4✅ 3❌ 714s

❌ IntegrationTests_3-artifacts/internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml

7 tests were completed in 714s with 4 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest 4✅ 3❌ 714s

❌ com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest

✅ testBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl
❌ testSpecificRecordBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl
	java.lang.AssertionError: expected [true] but found [false]
✅ testSpecificRecordVeniceChangelogConsumerDaVinciRecordTransformerImpl
❌ testVeniceChangelogConsumerDaVinciRecordTransformerImpl
	java.lang.AssertionError: expected [139] but found [0]
✅ testSpecificRecordBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl
❌ testVeniceChangelogConsumerDaVinciRecordTransformerImpl
	java.lang.AssertionError: expected [139] but found [0]
✅ testVeniceChangelogConsumerDaVinciRecordTransformerImpl

❌ internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml

7 tests were completed in 714s with 4 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest 4✅ 3❌ 714s

❌ com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest

✅ testBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl
❌ testSpecificRecordBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl
	java.lang.AssertionError: expected [true] but found [false]
✅ testSpecificRecordVeniceChangelogConsumerDaVinciRecordTransformerImpl
❌ testVeniceChangelogConsumerDaVinciRecordTransformerImpl
	java.lang.AssertionError: expected [139] but found [0]
✅ testSpecificRecordBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl
❌ testVeniceChangelogConsumerDaVinciRecordTransformerImpl
	java.lang.AssertionError: expected [139] but found [0]
✅ testVeniceChangelogConsumerDaVinciRecordTransformerImpl

Annotations

Check failure on line 642 in internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/consumer/StatefulVeniceChangelogConsumerTest.java

See this annotation in the file changed.

@github-actions github-actions / IntegrationTests_3 Test Reports

com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest ► testSpecificRecordBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl

Failed test found in:
  IntegrationTests_3-artifacts/internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml
Error:
  java.lang.AssertionError: expected [true] but found [false]
Raw output
java.lang.AssertionError: 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 org.testng.Assert.assertTrue(Assert.java:54)
	at com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.testSpecificRecordBlobTransferVeniceChangelogConsumerDaVinciRecordTransformerImpl(StatefulVeniceChangelogConsumerTest.java:642)

Check failure on line 305 in internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/consumer/StatefulVeniceChangelogConsumerTest.java

See this annotation in the file changed.

@github-actions github-actions / IntegrationTests_3 Test Reports

com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest ► testVeniceChangelogConsumerDaVinciRecordTransformerImpl

Failed test found in:
  IntegrationTests_3-artifacts/internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml
  IntegrationTests_3-artifacts/internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml
  internal/venice-test-common/build/test-results/integrationTests_3/TEST-com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.xml
Error:
  java.lang.AssertionError: expected [139] but found [0]
Raw output
java.lang.AssertionError: expected [139] but found [0]
	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.consumer.StatefulVeniceChangelogConsumerTest.lambda$testVeniceChangelogConsumerDaVinciRecordTransformerImpl$6(StatefulVeniceChangelogConsumerTest.java:305)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:287)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:272)
	at com.linkedin.venice.consumer.StatefulVeniceChangelogConsumerTest.testVeniceChangelogConsumerDaVinciRecordTransformerImpl(StatefulVeniceChangelogConsumerTest.java:297)