On 4/16/21 3:33 PM, Ralph Lange via Core-talk wrote:
> On Fri, 16 Apr 2021 at 13:36, Zimoch Dirk (PSI) via Core-talk
> <core-talk at aps.anl.gov <mailto:core-talk at aps.anl.gov>> wrote:
>
> Today I pushed a merge request which caused several tests to fail at
> locations which are unrelated to my change.
> https://github.com/dirk-zimoch/epics-base/actions/runs/754804587
> <https://github.com/dirk-zimoch/epics-base/actions/runs/754804587>
> Is there something wrong with the test setup? Is the current 7.0
> head OK?
>
>
> I don't see any failing tests there - what are you referring to?
The status is red for 3 runs: (Ub20), and 2 * win
But all tests passed.
These runs get "Timeout".
That's a new feature in the EPICS Build system to solve situations where tests are hanging infinitely.
The timeout period has been set explicitly in the CI configuration of Base to a time that is too short for GitHub Actions.
Cheers,
~Ralph