You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Aachen turbine test case added in #2158 needs another look, for two reasons.
The test case is subject to a yet unfixed memory access violation, as detected in the address sanitizer tests in Address sanitizer tests in the CI pipeline #2246. We explored a fix in c97610b, that remedies the address sanitzer detections but also changes the test results notably. It is unclear yet whether this is the correct way to fix it.
As soon as the memory access violation is fixed, address sanitizer testing can be re-enabled for the Aachen turbine test case (it was disabled in 0f3fc3e).
The Aachen turbine test case added in #2158 needs another look, for two reasons.
As soon as the memory access violation is fixed, address sanitizer testing can be re-enabled for the Aachen turbine test case (it was disabled in 0f3fc3e).
@alecappiello We can continue the discussion from #2246 here.