Skip to content

Commit

Permalink
Make default test procedures format the same as custom test procedure…
Browse files Browse the repository at this point in the history
…s format

Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
Ian Hoang committed Jan 23, 2024
1 parent 8eac9bb commit 235f0a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions osbenchmark/resources/default-test-procedures.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
},{% endraw -%}
{
"operation": "index-append",
{% raw -%} "clients": {{bulk_indexing_clients | default(8)}},{% endraw -%}
{% raw -%}"ignore-response-error-level": "{{error_level | default('non-fatal')}}"{% endraw -%}
{% raw -%}"clients": {{bulk_indexing_clients | default(8)}},
"ignore-response-error-level": "{{error_level | default('non-fatal')}}"
},
{% endraw -%}
{
"name": "refresh-after-index",
"operation": "refresh"
Expand Down

0 comments on commit 235f0a4

Please sign in to comment.