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

Enable tests after fixing quarkus-qe/quarkus-test-framework#584. #1328

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

jedla97
Copy link
Member

@jedla97 jedla97 commented Jul 26, 2023

Summary

Hi, this PR remove the disabled annotation on tests affected by by quarkus-qe/quarkus-test-framework#584.
It can be merged after the quarkus-qe/quarkus-test-framework#842 is merged and new version of framework is released and updated.

Please select the relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • Dependency update
  • Refactoring
  • Backport
  • New scenario (non-breaking change which adds functionality)
  • This change requires a documentation update
  • This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

Copy link
Member

@michalvavrik michalvavrik left a comment

Choose a reason for hiding this comment

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

@jedla97 thank you for changes.

PR description says it enables tests, but it does not (please see CI). Tests are disabled on Windows as TestContainers don't support Windows containers and we don't have compatible docker agent ready.

Only ReactiveRestClientProxyIT actually needs Docker, please drop Maven profile and disable this one test on Windows so that we actually can test your changes when FW is released and bumped. Thank you

@michalvavrik michalvavrik added the triage/backport-3.2 RHBQ Ghost LTS release label Jul 29, 2023
@jedla97 jedla97 force-pushed the remove-suspended-tests branch from d78a58f to b34d994 Compare August 1, 2023 14:34
@michalvavrik
Copy link
Member

@jedla97 please rebase your PR onto main as TS is now using 1.3.0.Beta23.

@jedla97 jedla97 force-pushed the remove-suspended-tests branch from b34d994 to 45f5087 Compare August 7, 2023 06:47
@jedla97 jedla97 changed the title [DO NOT MERGE] Enable tests after fixing quarkus-qe/quarkus-test-framework#584. Enable tests after fixing quarkus-qe/quarkus-test-framework#584. Aug 7, 2023
@jedla97
Copy link
Member Author

jedla97 commented Aug 7, 2023

@michalvavrik PR rebased and test seem ok. The enabled test are running on windows now.

Copy link
Member

@michalvavrik michalvavrik left a comment

Choose a reason for hiding this comment

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

LGTM

@michalvavrik michalvavrik merged commit bc05bdc into quarkus-qe:main Aug 7, 2023
@fedinskiy fedinskiy mentioned this pull request Aug 8, 2023
9 tasks
@michalvavrik michalvavrik removed the triage/backport-3.2 RHBQ Ghost LTS release label Aug 8, 2023
@jedla97 jedla97 deleted the remove-suspended-tests branch December 10, 2024 12:18
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