Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 1, 2023
1 parent cd988fa commit 00c05c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions test_res/fixtures/query_all_logs_nonempty_stacktrace.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"boost": 10
}
}},
{"term": {
"launch_id": {
"value": 12,
"boost": 5
}
}},
{"term": {
"launch_name": {
"value": "Launch name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"must_not": [
{"wildcard": {"issue_type": "ti*"}},
{"wildcard": {"issue_type": "nd*"}},
{"term": {"test_item": "123"}}
{"term": {"test_item": "123"}},
{"term": {"launch_id": {"value": 12}}}
],
"must": [
{"term": {
Expand Down Expand Up @@ -63,12 +64,6 @@
"boost": 10
}
}},
{"term": {
"launch_id": {
"boost": 5,
"value": 12
}
}},
{"more_like_this": {
"fields": ["merged_small_logs"],
"like": "",
Expand Down

0 comments on commit 00c05c9

Please sign in to comment.