Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka integration test drains_acknowledgements_during_rebalance_sticky_assignments is flaky #20633

Open
pront opened this issue Jun 10, 2024 · 0 comments
Labels
domain: tests Anything related to Vector's internal tests source: kafka Anything `kafka` source related type: bug A code related bug.

Comments

@pront
Copy link
Contributor

pront commented Jun 10, 2024

Sample failure:

running 1 test
thread 'sources::kafka::integration_test::drains_acknowledgements_during_rebalance_sticky_assignments' panicked at src/sources/kafka.rs:2130:9:
assertion `left == right` failed
  left: 127357
 right: 125000
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test sources::kafka::integration_test::drains_acknowledgements_during_rebalance_sticky_assignments ... FAILED
.
.
.
------------
     Summary [ 143.965s] 30 tests run: 29 passed, 1 failed, 1107 skipped
  TRY 4 FAIL [  15.112s] vector sources::kafka::integration_test::drains_acknowledgements_during_rebalance_sticky_assignments
error: test run failed
Error: command: CONFIG_VECTOR_IMAGE="vector-test-runner-1.77.2:latest" CONFIG_VERSION="latest" KAFKA_HOST="kafka" TEST_LOG="info" "docker" "exec" "--tty" "--env" "CARGO_BUILD_TARGET_DIR=/home/target" "--env" "CONFIG_VECTOR_IMAGE" "--env" "CONFIG_VERSION" "--env" "KAFKA_HOST" "--env" "TEST_LOG" "vector-test-runner-1.77.2" "cargo" "nextest" "run" "--no-fail-fast" "--no-default-features" "--features" "all-integration-tests" "--lib" "::kafka::" "--no-capture" "--retries" "3"
  failed with exit code: 100

It worth exploring if we can relax this condition.

@pront pront added type: bug A code related bug. source: kafka Anything `kafka` source related labels Jun 10, 2024
@jszwedko jszwedko added the domain: tests Anything related to Vector's internal tests label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: tests Anything related to Vector's internal tests source: kafka Anything `kafka` source related type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

2 participants