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
Describe the bug
The release build's smoke tests fail consistently.
However, I can run them locally with success.
To Reproduce Steps to reproduce the behavior:
Expected behavior
The tests pass (perhaps with a re-run failed jobs)
Sample run
https://github.com/opensearch-project/data-prepper/actions/runs/4758053910/jobs/8455993252
Ready to begin smoke tests. Running cURL commands. Test: Verify logs received via HTTP were processed Open Search is receiving logs from Data Prepper Found at least 78 hits Test passed Open Search successfully received logs from Data Prepper! Test: Verify metrics received via grpc were processed No hits found with query url https://localhost:9200/otel-v1-apm-span-000001/_search?q=PythonService Smoke test failed Stopping smoke-tests_otel-span-exporter_1 ... Stopping smoke-tests_otel-collector_1 ... Stopping smoke-tests_data-prepper_1 ... Stopping node-0.example.com ... Stopping smoke-tests_http-log-generation_1 ... Stopping smoke-tests_http-log-generation_1 ... done Stopping smoke-tests_otel-span-exporter_1 ... done Stopping smoke-tests_otel-collector_1 ... done Stopping smoke-tests_data-prepper_1 ... done Stopping node-0.example.com ... done Removing smoke-tests_otel-span-exporter_1 ... Removing smoke-tests_otel-collector_1 ... Removing smoke-tests_data-prepper_1 ... Removing node-0.example.com ... Removing smoke-tests_http-log-generation_1 ... Removing node-0.example.com ... done Removing smoke-tests_otel-collector_1 ... done Removing smoke-tests_otel-span-exporter_1 ... done Removing smoke-tests_http-log-generation_1 ... done Removing smoke-tests_data-prepper_1 ... done Removing network smoke-tests_default Smoke tests failed Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Make the smoke tests more robust by retrying validations on the OpenS…
78a140a
…earch cluster. Fixes opensearch-project#2579. Signed-off-by: David Venable <[email protected]>
No branches or pull requests
Describe the bug
The release build's smoke tests fail consistently.
However, I can run them locally with success.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tests pass (perhaps with a re-run failed jobs)
Sample run
https://github.com/opensearch-project/data-prepper/actions/runs/4758053910/jobs/8455993252
The text was updated successfully, but these errors were encountered: