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

Implement better handling of plugin tests (concurrency, better failure reporting, etc) #228

Open
SwooshyCueb opened this issue Aug 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SwooshyCueb
Copy link
Member

At present, the testing environment doesn't have a lot of knowledge about the tests being run when running plugin tests without explicitly passing in a list of tests. As a result, any failure reports as all tests failing, and concurrency is not possible. Let's fix that.

A potential solution I've been thinking about is having the testing environment ask the test hook to enumerate the tests (it is possible to do so programmatically, so we can let the test hook define the granularity).

@SwooshyCueb SwooshyCueb added the enhancement New feature or request label Aug 7, 2024
@alanking
Copy link
Contributor

alanking commented Aug 8, 2024

Another possibility: irods/irods#7932

This issue could also be related to / duplicate of / replacement for this issue: #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants