-
Notifications
You must be signed in to change notification settings - Fork 13
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
Run tests in Travis #284
Comments
Think the idea is that we don't run the "slow" (annotated with I agree that the current situation is far from ideal wrt these issues. It might be resolved by switching to GitHub actions (who offer machines with better specs and longer time-out limits (although I wouldn't count on this) - we should consider this anyway if the whole of ImageJ switches to GitHub actions, which is a possibility apparently). So maybe it's worth experimenting with Travis and |
I wonder if this has something to do with #300 ? |
In what way do you mean, @mdoube ? Are you suggesting that all wrapperPlugins annotated with |
More like the zombies slow everything down and cause the whole job to time out. Zombie threads / bad threading model might also be behind the recurring test failure we get with Fractal Dimension #229 |
Closing, testing and CI has moved to Github Actions |
Can we use Travis CI to run
mvn test -P allTests
? #283 illustrates that we are not using Travis CI to run the tests.The text was updated successfully, but these errors were encountered: