We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_kafka_source is flaky since we rely on stdout output from subprocess of ansible-rulebook.
Disable this test till we found better way to wait and capture subprocess output.
# ansible-rulebook --version 1.1.0 Executable location = /usr/local/bin/ansible-rulebook Drools_jpy version = 0.3.9 Java home = /usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el9.x86_64 Java version = 21.0.4 Python version = 3.12.1 (main, May 3 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)]
pytest tests/integration/event_source_kafka/ -s -v
Tests are flaky which causes integration tests to fail.
Tests pass consistently.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
Bug Summary
test_kafka_source is flaky since we rely on stdout output from subprocess of ansible-rulebook.
Disable this test till we found better way to wait and capture subprocess output.
Environment
Steps to reproduce
pytest tests/integration/event_source_kafka/ -s -v
Actual results
Tests are flaky which causes integration tests to fail.
Expected results
Tests pass consistently.
Additional information
No response
The text was updated successfully, but these errors were encountered: