Skip to content

Commit

Permalink
[Tests] update expected value for percentile ranks
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kavilla committed Jun 29, 2022
1 parent 6ad5d08 commit 4fd2cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_metric_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function ({ getService, getPageObjects }) {
});

it('should show Percentile Ranks', async function () {
const percentileRankBytes = ['2.036%', 'Percentile rank 99 of "memory"'];
const percentileRankBytes = ['2.029%', 'Percentile rank 99 of "memory"'];
log.debug('Aggregation = Percentile Ranks');
await PageObjects.visEditor.selectAggregation('Percentile Ranks', 'metrics');
log.debug('Field = bytes');
Expand Down

0 comments on commit 4fd2cd1

Please sign in to comment.