-
Notifications
You must be signed in to change notification settings - Fork 35
Refactor IPC tests and enable them for OS provider #690
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
Refactor IPC tests and enable them for OS provider #690
Conversation
@bratpiorka |
The tests that failed are running on the VMs delivered to us, not defined by us. If you can change it in the system - just update our CI workflow; if you can't change it we have to update the test, I guess. Perhaps, we could also enable this specific test only in a selected workflow - e.g. multi-numa (which has our own machine used for CI). |
4476ce7
to
732624e
Compare
732624e
to
5c1e924
Compare
Ok, thank you, @lukaszstolarczuk. |
3ce871a
to
aa5d33d
Compare
aa5d33d
to
9d1b51b
Compare
Description
Minor refactoring of IPC. Enabled IPC tests for the OS provider.
Checklist