-
Notifications
You must be signed in to change notification settings - Fork 34
Tests of master gets triggered while a pr check is running #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is this related to Strider-CD/strider#745? |
Just checked the logs, doesn't seem to be related to Strider-CD/strider#745 (I greped for 'TypeError', 'died' and 'error'; couldn't find any of these terms in the log). |
Also noteworthy: |
Interesting, so the PR is handled differently then the commit. Sounds like something here: https://github.com/Strider-CD/strider-github/blob/master/lib/webhooks.js#L82 |
Hmm, maybe. However, what irritates me is that in the end they both just send out the |
Very possible. Could you have a look, I'm currently roadtripping. |
When running a PR job it can happen that in parallel someone merges changes to master.

This triggers a job start on the master branch while the PR job is still running.
In addition to this (unexpected) behavior the output of the PR job becomes unavailable

(just a black field is displayed where previously the test output was displayed; like a job which is scheduled but did not run yet) as strider assumes the latest (the master job) is the only active job.
Observed with the latest version of strider + the docker-runner, the strider-github and the strider-custom plugins. I think I observed this bug because the tests I run can take a long time to finish (compiling a large C code base).
The text was updated successfully, but these errors were encountered: