Skip to content

Commit

Permalink
use random splits for sort tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Aug 7, 2024
1 parent e911e99 commit e26f5c9
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,14 @@ method: POST
endpoint: sortorder/ingest
params:
commit: force
ndjson:
min_splits: 1
max_splits: 10
#seed: 3694
shuffle_ndjson:
- {"count": 10, "id": 1}
- {"count": 10, "id": 2}
- {"count": 15, "id": 2}
- {"id": 3}
---
# Ingest documents split #2
method: POST
endpoint: sortorder/ingest
params:
commit: force
ndjson:
- {"count": 10, "id": 0}
- {"count": -2.5, "id": 4}
- {"id": 5}
Expand Down

0 comments on commit e26f5c9

Please sign in to comment.