Skip to content
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

Add a quickwit-integration-tests crate #3200

Merged

Conversation

imotov
Copy link
Collaborator

@imotov imotov commented Apr 19, 2023

Description

Fixes #2984

How was this PR tested?

The whole PR is basically a test infrastructure.

@@ -80,7 +81,12 @@ impl RunCliCommand {
quickwit_telemetry::send_telemetry_event(telemetry_event).await;
// TODO move in serve quickwit?
start_actor_runtimes(&config.enabled_services)?;
serve_quickwit(config).await?;
let _ = serve_quickwit(config, async move {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should take into account other signals (I had this kind of stuff in mind
I suggest to do that in another PR so that you can advance on your original issue :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an issue related to this #3073

Copy link
Contributor

@fmassot fmassot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now have this integration tests project, that's really cool, thanks for taking care of this issue. I want to review the shutdown signals but let's do it in another PR.

@imotov imotov enabled auto-merge (squash) April 21, 2023 00:26
@imotov imotov merged commit ea6d4fc into quickwit-oss:main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a quickwit-integration-tests crate
2 participants