-
Notifications
You must be signed in to change notification settings - Fork 47
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
Improve test setup #164
Comments
I'd expect that after the refactoring going on now we should be able to test enclave stuff even with But regarding integration tests (currently only M4 and M6 in GA), we might actually add |
The enclave we still test by running The worker already has a |
Yes, I am even thinking of getting rid of the We could introduce the |
IPFS functionality isn't integration-tested by M8/M6 |
@mullefel I think this issue is obsolete now, isn't it? |
I think we can close this, yes. IPFS functionality though still isn't tested in any way.. but then again we don't have a use-case for it at the moment and can re-introduce testing for it once we do? |
Our test setup is very brittle. Some tests do only run under certain circumstances, e.g., see #163 .
We should fix our CI setup to actually run our tests and make sure that we perform a proper setup before running the tests.
This is now even more important as we start having tasks solved by other developpers who should be equiped with a proper test setup.
The text was updated successfully, but these errors were encountered: