-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup integration tests #5429
Conversation
@@ -187,30 +162,5 @@ async fn test_multi_nodes_cluster() { | |||
.unwrap(); | |||
assert_eq!(search_response_empty.num_hits, 0); | |||
|
|||
// Check that ingest request send to searcher is forwarded to indexer and thus indexed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this getting removed? That seems like a reasonable test case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ingest is tested from many angles in the dedicated ingest_tests.rs
. I want basic_tests.rs
to focus on basic cluster functions (start, healthchecks, empty cluster state).
ac162bc
to
23b9fe7
Compare
23b9fe7
to
ee66453
Compare
Description
Uncomment some tests and remove some outdated workarounds in the integration tests:
ingest_tests
)How was this PR tested?
Describe how you tested this PR.