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

Add a possibility to specify that a TC/TS should be run with threadsafe disabled #468

Open
MichaelHuth opened this issue Mar 23, 2024 · 1 comment

Comments

@MichaelHuth
Copy link
Member

We have quite some functions marked as threadsafe in MIES.

Currently when an RTE happens in such a function it gets not visible to the IUTF, when threadsafe is enabled.

However, a lot of tests can also be run with threadsafe support disabled and then the IUTF would catch such RTEs that are currently hidden.

@MichaelHuth
Copy link
Member Author

From discussion on 25 Mar 2024:

  • add tag on a per TestSuite basis to run suite with disabled ThreadSafe.
  • run TestSuite regular and when tagged also with disabled ThreadSafe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant