action #121903
Updated by dheidler almost 2 years ago
## Observation
See https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess/actions
```
Error: Can't use an undefined value as filehandle reference at lib/Mojo/IOLoop/ReadWriteProcess.pm line 298.
Error: 11262: Sleeping inside locked section at t/13_shared.t line 181.
Error: 11350: Sleeping inside locked section at t/13_shared.t line 260.
Error: 11448: Sleeping inside locked section at t/13_shared.t line 333.
```
## Acceptance Criteria:
**AC1**: The test passes consistently
## Suggestions
* Try to replicate the failure locally, if that doesn't work try to replicate it in CI (ssh)
* Run the test like a 100 times to reproduce thie issue locally
* Exclude the test in CI environments if it cannot be replicated
* Retry only the failing test module with timeout, e.g. using build.opensuse.org/package/show/openSUSE:Factory/retry, or maybe better a simple for-loop within the perl test module itself, like in https://github.com/os-autoinst/openQA/blob/master/t/43-scheduling-and-worker-scalability.t#L132