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

Fix and refactor the scope of some resources #519

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

jedla97
Copy link
Member

@jedla97 jedla97 commented Nov 7, 2024

There was a bug in TestResourceScope.MATCHING_RESOURCES which made this work and was fixed in quarkusio/quarkus#44279, I change it in this PR #505 but it seems I wrongy understand the docs back then.

Now it should work as:

  • RESTRICTED_TO_CLASS start for every test class, every test class need anotation
  • MATCHING_RESOURCES start for specific group of test classes, every test class need anotation
  • GLOBAL start for every test class, only one annotation

I change it to cover all 3 usages.

@rsvoboda
Copy link
Member

rsvoboda commented Nov 7, 2024

Pleas add commit similar to c48ec1d to increase the memory to 8g

@rsvoboda rsvoboda merged commit e51f5ae into quarkus-qe:main Nov 7, 2024
4 checks passed
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