Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es committed Nov 5, 2024
1 parent ccf9707 commit df6290d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ missing sort field:

- match: { error.root_cause.0.type: "illegal_argument_exception" }
- match: { error.type: "illegal_argument_exception" }
- match: { error.reason: "unknown index sort field:[host_name]" }
- match: { error.reason: "unknown index sort field:[host_name] required by [index.mode=logsdb]" }

---
non-default sort settings:
Expand Down Expand Up @@ -479,7 +479,7 @@ override sort field using nested field type:
- is_false: error

---
routing path not allowed in logs mode:
routing path allowed in logs mode:
- requires:
test_runner_features: [ capabilities ]
capabilities:
Expand Down Expand Up @@ -518,7 +518,7 @@ routing path not allowed in logs mode:
index: test

- is_true: test
- match: { test.settings.index.mode: "logs" }
- match: { test.settings.index.mode: "logsdb" }
- match: { test.settings.index.routing_path: [ "host.name", "agent_id"] }

---
Expand Down

0 comments on commit df6290d

Please sign in to comment.