Open robertapplin opened 1 year ago
It is likely the exception is caused by providing a dodgy preset value for one of the properties
This issue has been automatically marked as stale because it has not had activity in 6 months. It will be closed in 7 days if no further activity occurs. Allowing issues to close as stale helps us filter out issues which can wait for future development time. All issues closed by stale bot act like normal issues; they can be searched for, commented on or reopened at any point. If you'd like a closed stale issue to be considered, feel free to either re-open the issue directly or contact a developer. To extend the lifetime of an issue please comment below, it helps us see that this is still affecting you and you want it fixed in the near-future. Extending the lifetime of an issue may cause the development team to prioritise it over other issues, which may be closed as stale instead.
Not stale
Describe the bug We have recently seen the following stacktrace appear in the errorreporter several times:
It seems there is an unknown exception when creating some of our algorithm dialogs. It would be useful to have a system test which attempts to create our algorithm dialogs (but does not open them). We used to have a system test that did something similar, but it was refactored because it took a long time to run. It was refactored in this PR https://github.com/mantidproject/mantid/pull/35685
The new system test should not open the dialogs. This will hopefully mean the test will run quickly.
To Reproduce Create a system test which will create each of the algorithm dialogs and checks there is no exception. Run this system test until it fails (assuming it is an unreliable exception).