This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 08, 2020
-
-
David Fairbrother authored
Converts the Kafka[Event/Histo]StreamDecoder tests to run in lockstep whenever possible. The previous version held the unit test for n number of Kafka steps then let both threads run free. This fixes numerous races resulting in flakey tests, for example is HistoStreamDecoder we waited for 1 iteration whereas three was required. Rather than just tweaking the values and hoping this new mechanism will deadlock if the threads get into a race-y condition. A timeout ensures that after 2 minutes we fail with an abort stating we deadlocked. This flushed out multiple races in the StreamDecoder too, however some tests which rely on the EndOfRunStream have to run unsyncronised: The the thread will block and the Kafka thread waits for ExtractData to be called, causing a deadlock. If we are having problems in the future that would be the first place to look, however for this commit it's out of scope.
-
- Apr 03, 2020
-
-
Gigg, Martyn Anthony authored
Equality for sample run
-
Gigg, Martyn Anthony authored
IndirectReduction GUI slowing processing on workbench when open.
-
- Apr 02, 2020
-
-
Savici, Andrei T. authored
NexusFileLoader class
-
Peterson, Peter authored
-
Peterson, Peter authored
This caused an issue with nested imports on Qt < 5.9
-
Gigg, Martyn Anthony authored
Fix bugs with restoring defaults on the reflectometry GUI
-
- Apr 01, 2020
-
-
Owen Arnold authored
-
Owen Arnold authored
-
Owen Arnold authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
-
Owen Arnold authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Gagik Vardanyan authored
Fix test_fitpropertybrowser unreliable test
-
Gigg, Martyn Anthony authored
Remove algorithm proxy class
-
Peterson, Peter authored
-
Owen Arnold authored
-
Owen Arnold authored
-
Gigg, Martyn Anthony authored
Improve Status Information in Eng Diff GUI
-
Gigg, Martyn Anthony authored
Corrected Fermi and sample distance on MAPS for PyChop
-
Gigg, Martyn Anthony authored
Add mechanism to print exception in Kafka test thread
-
Gigg, Martyn Anthony authored
cancel algorithm when cancelling script in workbench
-
- Mar 31, 2020
-
-
Owen Arnold authored
-
Peterson, Peter authored
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Alice Russell authored
The fitpropertybrowser was segfaulting when creating the editors within the init. This is because the maps containing the property managers and factories are not cleared in the browser destructor as the properties can still be used elsewhere. In testing however these are not cleared and result in pointers to the managers and factories remaining even though the manager has been deleted. This commit removes the relevant editors from these maps when the destructor is called.
-
Owen Arnold authored
Also operator!= Operators provided for LogManager, PropertyManager, Geometry and Run alongside testing
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Matthew Andrew authored
-
Matthew Andrew authored
Without these added checks the contour plot was being redrawn any time any workspace was replaced or deleted from the ADS leading to significant slowdowns in some operations when the interface was open.
-
Nick Draper authored
Replace polaris output rebinning with delta_r and delta_q
-
Peterson, Peter authored
-