-
Notifications
You must be signed in to change notification settings - Fork 141
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
[BUG] Prometheus integration test fails in Hindi locale #1275
Comments
Also failed with
|
It seems like this is a bug even on Linux, not related to windows, but still tagging with 2.7 |
@MaxKsyunz @Yury-Fridlyand |
ITs pick a random locale and TZ every time. Check out the block above, it contains a command to reproduce this. |
We ran into another locale that uses non-Arabic numerals:
|
@acarbonetto I removed the v2.9.0 label since this has not been worked on this dev cycle AFAIK. |
What is the bug?
PrometheusDataSourceCommandsIT.testSourceMetricCommandWithTimestamp
integration test fails inhi-IN
locale.It first failed in commit 7554fcc but may have existed earlier.
How can one reproduce the bug?
Check out commit 7554fcc and run the following command:
./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.ppl.PrometheusDataSourceCommandsIT.testSourceMetricCommandWithTimestamp" -Dtests.seed=EE70DA8B4C47EEC -Dtests.security.manager=false -Dtests.locale=hi-IN -Dtests.timezone=America/Atka -Druntime.java=11
What is the expected behavior?
All integration tests pass.
What is your host/environment?
Reproduced in both GHA runner and Intel MacBookPro.
Do you have any screenshots?
Relavant logs from GHA runner.
The text was updated successfully, but these errors were encountered: