-
Notifications
You must be signed in to change notification settings - Fork 916
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][Tests] should show Percentile Ranks
test failure
#1821
Labels
Comments
kavilla
added
bug
Something isn't working
untriaged
test:functional
and removed
untriaged
labels
Jun 29, 2022
This is caused by upgrading t-digest to 3.3 in opensearch-project/OpenSearch#3634. Version 3.2 was interpolating results, therefore the old number is wrong, while the new number is right, see opensearch-project/OpenSearch#3634 (comment) for an explanation. |
1 task
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Jun 29, 2022
Origin: opensearch-project/OpenSearch#3634 The previous value was actually incorrect after OpenSearch bumped t-digest the value is now the correct value. Issue: opensearch-project#1821 Signed-off-by: Kawika Avilla <[email protected]>
7 tasks
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Jun 29, 2022
Origin: opensearch-project/OpenSearch#3634 The previous value was actually incorrect after OpenSearch bumped t-digest the value is now the correct value. Issue: opensearch-project#1821 Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Jun 29, 2022
Origin: opensearch-project/OpenSearch#3634 The previous value was actually incorrect after OpenSearch bumped t-digest the value is now the correct value. Issue: opensearch-project#1821 Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
that referenced
this issue
Jun 30, 2022
* [Tests] update expected value for percentile ranks Origin: opensearch-project/OpenSearch#3634 The previous value was actually incorrect after OpenSearch bumped t-digest the value is now the correct value. Issue: #1821 Signed-off-by: Kawika Avilla <[email protected]> * skip inconsistent values Signed-off-by: Kawika Avilla <[email protected]> * use slice Signed-off-by: Kawika Avilla <[email protected]>
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
should show Percentile Ranks
is currently failing because it is expecting2.036%
but the value being returned is from OpenSearch is:2.029%
for this test.To Reproduce
Steps to reproduce the behavior:
node scripts/functional_tests.js --config test/functional/config.js --include ciGroup10
Expected behavior
The value returned from OpenSearch should be
2.036%
.OpenSearch Version
3.0 (NOTE: this test passes on 2.x and started failing on 3.x within the pass couple days)
Dashboards Version
3.0
Plugins
none
Screenshots
n/a
Host/Environment (please complete the following information):
All environments
Additional context
Link to example failure: https://github.com/opensearch-project/OpenSearch-Dashboards/runs/7119441424?check_suite_focus=true
The text was updated successfully, but these errors were encountered: