ReimarBauer

Results 474 comments of ReimarBauer

https://github.com/Open-MSS/MSS/pull/2786#issuecomment-2788531990 This was short living: "I'll follow this and make sure to never repeat the same" It seems you are unwilling https://github.com/Open-MSS/MSS/pull/2797

was solved by https://github.com/Open-MSS/MSS/pull/2833

happens also sometimes here https://github.com/Open-MSS/MSS/actions/runs/11200358961/job/31133900608?pr=2554#step:6:1165

Not each test is failing. On production I don't have seen that problem. We need to investigate why in this order of tests the problem occures and likly improve a...

This error happens randomly in parallel testing. It is not easy to catch.

That is not the solution because the problem seems only to occure in the tests on parallel testing. I believe we need to find the test which is the reason...

We have to set wms_cache https://github.com/Open-MSS/MSS/blob/stable/tests/_test_msui/test_wms_control.py#L500 similiar as here https://github.com/Open-MSS/MSS/blob/stable/tests/_test_msui/test_wms_control.py#L69 On the MBP I got today ``` Failed: An unhandled message box popped up during your test! E PyQt5.QtWidgets.QMessageBox.critical(): [call(,...

it is maybe fixed by https://github.com/Open-MSS/MSS/pull/2829 reopen when not

unfortunantely it looks like this one is built-in. collected informations by perplexity. https://www.perplexity.ai/search/how-does-pycharm-do-the-test-f-XDcwnYHfR3KTtG0K.ATO2w#1 PyCharm does not use a specific linter to check for the Liskov Substitution Principle (LSP). Instead, PyCharm's...

Pycharm suggests a signature change to `def closeEvent(self, event, **kwargs)` because of `QWidget.__init__, ` ``` def __init__(self, parent, QWidget=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__...