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
Due the way the worker is currently working, rebased commits may not be tested, and remain "pending" after running the test-suite.
A refactor of the worker and how builds are handled is needed
The text was updated successfully, but these errors were encountered:
You can't actually rebase something in the upstream until you do force push. If you rebase locally moci does not even know. So that does not seem to be a common scenario.
Anyway, worker seems to have nothing to do with it. It should be probably in VCS:Git, but as far as I remember, if you rebase commits hash will change, so moci should jest see these as new commits (IIRC).
What could be left pending, are these orphaned commits if test suites for these were not run before rebase was pushed. And that seems ok, nobody cares about them, we could just make them not displayed.
Due the way the worker is currently working, rebased commits may not be tested, and remain "pending" after running the test-suite.
A refactor of the worker and how builds are handled is needed
The text was updated successfully, but these errors were encountered: