Understand sneaky test failure #110
Labels
flag:discuss
Flag issue that needs to be discussed before it can be implemented.
phase:research
involves researching information on a topic rather than implementing specific feature.
someday
Not a priority right now, but we want to keep this around to think or discuss more.
tests
Enhancing or fixing tests where functioning is not affected.
In both JS repos we now have seen the same problem:
From https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request, specifically from
we know that the CI is not running on the HEAD commit of the PR branch, but on a (hidden) merge of the PR with main. So in other words: the CI run before and immediately after merging should behave exactly the same. But here we are and they do not 😕
So something that we thought we understood reasonably well is doing something unexpected -> we need to find out why that happens and if we have incorrect assumptions / understanding.
The text was updated successfully, but these errors were encountered: