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
Failing build on backport
The bug happens once SecureFindingRestApiIT is executed with -Dtests.locale=tr-TR -Dtests.timezone=Australia/Currie parameters.
Build that failed: https://github.com/opensearch-project/security-analytics/actions/runs/3851316272/jobs/6562357857#step:8:389 Error message: org.opensearch.client.ResponseException: method [GET], host [https://localhost:9200/], URI [/_plugins/_security_analytics/findings/_search?detectorType=TEST_W%C4%B0NDOWS], status line [HTTP/1.1 400 Bad Request] {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No enum constant org.opensearch.securityanalytics.model.Detector.DetectorType.TEST_WİNDOWS"}],"type":"illegal_argument_exception","reason":"No enum constant org.opensearch.securityanalytics.model.Detector.DetectorType.TEST_WİNDOWS"
Solution remove from test detector2.getDetectorType().toUpperCase() or add locale when upperCasing
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots? If applicable, add screenshots to help explain your problem.
Do you have any additional context? Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
Can we close this out now @stevanbz ?
Sorry, something went wrong.
Yes. Tnx
No branches or pull requests
Failing build on backport
The bug happens once SecureFindingRestApiIT is executed with -Dtests.locale=tr-TR -Dtests.timezone=Australia/Currie parameters.
Build that failed:
https://github.com/opensearch-project/security-analytics/actions/runs/3851316272/jobs/6562357857#step:8:389
Error message:
org.opensearch.client.ResponseException: method [GET], host [https://localhost:9200/], URI [/_plugins/_security_analytics/findings/_search?detectorType=TEST_W%C4%B0NDOWS], status line [HTTP/1.1 400 Bad Request]
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No enum constant org.opensearch.securityanalytics.model.Detector.DetectorType.TEST_WİNDOWS"}],"type":"illegal_argument_exception","reason":"No enum constant org.opensearch.securityanalytics.model.Detector.DetectorType.TEST_WİNDOWS"
Solution
remove from test detector2.getDetectorType().toUpperCase() or add locale when upperCasing
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: