Skip to content

Commit

Permalink
Fixing rest api tests (#5194)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Jul 5, 2024
1 parent 9e1476a commit cb63d32
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ expected:
health: green
index: gharchive
pri: '1'
pri.store.size: 272.4kb
pri.store.size:
$expect: 270 < float(val[:-2]) < 280
rep: '1'
status: open
store.size: 272.4kb
store.size:
#272.4kb
$expect: 270 < float(val[:-2]) < 280
rep: '1'
#uuid: gharchive:01HN2SDANHDN6WFAFNH7BBMQ8C
- index: otel-logs-v0_7
docs.count: '0'
Expand All @@ -26,16 +30,22 @@ engines:
- quickwit
endpoint: "_cat/indices/gharchive?format=json"
expected:
- dataset.size: 222.8kb
- dataset.size:
# 222.8kb
$expect: 220 < float(val[:-2]) < 230
docs.count: '100'
docs.deleted: '0'
health: green
index: gharchive
pri: '1'
pri.store.size: 272.4kb
pri.store.size:
#272.4kb
$expect: 270 < float(val[:-2]) < 280
rep: '1'
status: open
store.size: 272.4kb
store.size:
# 272.4kb
$expect: 270 < float(val[:-2]) < 280
#uuid: gharchive:01HN2SDANHDN6WFAFNH7BBMQ8C
---
method: [GET]
Expand Down

0 comments on commit cb63d32

Please sign in to comment.