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

IOC Test Framework: Multithreaded IOC testing #653

Open
LiamPanchaud opened this issue Sep 24, 2018 · 1 comment
Open

IOC Test Framework: Multithreaded IOC testing #653

LiamPanchaud opened this issue Sep 24, 2018 · 1 comment
Assignees

Comments

@LiamPanchaud
Copy link
Contributor

As a developer, I would like the IOC Testing framework to be able to boot IOCs in parallel for concurrent testing.

This would vastly speed up testing and Jenkins builds. It would allow us to test for errors caused by changes to the framework much faster, and potentially before Jenkins tried to build it, which would help us keep our builds green.

@LiamPanchaud LiamPanchaud self-assigned this Feb 18, 2019
@Tom-Willemsen
Copy link
Contributor

Some progress on branch Ticket3595_multithreaded_ioc_tests.

Work still to be done:

  • Figure out the cause of the crash leading to interpreter exit code -1073741819 (only happens occasionally when running all tests)
  • Reduce the amount of message interleaving fro the various threads. Probably need to introduce a proper log framework rather than ad-hoc print statements for this.
  • Verify that the tests actually run ok in parallel

@rerpha rerpha transferred this issue from ISISComputingGroup/IBEX Feb 7, 2025
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

No branches or pull requests

2 participants