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
@nvkelso
I would like to point out that some recent changes introduced more integration tests failures. Attention that the linters check is important, if the linter tests failed it won't run the integration tests and may hide the problems. One we way can do is to change the settings of the repo so that each merge have to rebase master before merging. Also to have a clearer view on which commit breaks things, we might want to try squash and merge instead of merge request, otherwise the history of commit on master are interleaved with older commits from a PR once it was merged.
If we scan the master branch and use this commit as baseline cab179d it had 8 integration tests failures
Down to just 8 failures (down from 60)!
Originally posted by @nvkelso in #2016 (comment)
The text was updated successfully, but these errors were encountered: