Skip to content

Conversation

@cescoffier
Copy link
Member

No description provided.

…vice

This is mostly intended for (native) performance tracking
@cescoffier cescoffier requested a review from zakkak April 14, 2025 14:48
Copy link
Contributor

@zakkak zakkak left a comment

Choose a reason for hiding this comment

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

@cescoffier it LGTM but I am a bit concerned about the use of virtual threads. Do we indeed expect this to be the most common scenario?

I also added a note about the duplicated tets.

import static org.hamcrest.CoreMatchers.notNullValue;

@QuarkusIntegrationTest
public class MoviesEndpointIT {
Copy link
Contributor

Choose a reason for hiding this comment

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

@cescoffier why is this class duplicating MoviesEndpointTest, shouldn't it just be:

Suggested change
public class MoviesEndpointIT {
public class MoviesEndpointIT extends MoviesEndpointTest {

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.

2 participants