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

Remove skip guard on test that works in batch mode #447

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Jan 17, 2024

What

Remove skip guard on test that works in batch mode.

Why

Try to run as many tests as possible in batch mode.

Note 1

It seems most tests that has the guard for not running them in batch mode actually requires that. I only found one test.

I have not tested to run all with skip guards in batch mode. Instead I have tested a few and if they failed to run I have looked for calling patterns in related test cases. If they use the same setup I have concluded that they probably not will work in batch mode either.

Note 2

I have some good thing to mention now though. While working on the presentation I found a hack that we might be able to use to run the interactive tests in the CI/CD. It passes my first limited test anyway. It is on my todo to play more with that. I think it is post 9.0 release though. We can run the interactive tests locally using docker if we want to sanity check before the release.

@matsl matsl requested a review from rswgnu January 17, 2024 21:45
@rswgnu
Copy link
Owner

rswgnu commented Jan 17, 2024

Sounds good.

@rswgnu rswgnu merged commit c659771 into rsw Jan 18, 2024
@matsl matsl deleted the matsl-rsw-remove-skip-unless-not-interactive branch January 18, 2024 13:56
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.

None yet

2 participants