-
Notifications
You must be signed in to change notification settings - Fork 154
test(oban): fixes failing tests #558
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
Conversation
|
Not sure why "Opentelemetry Oban" job was skipped... |
|
maybe because it was skipped before the labeler was able to label the PR? |
|
I can't hit "Re-run" button for the checks. Maybe someone else can 🙏 |
|
I don't know why they aren't running.. the labels look right https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/.github/workflows/elixir.yml#L354 |
It seems the Upstream repo PRs:
Forked repo PRs:
|
|
Weird... I reran the test manually after you commented. That is frustrating if rerunning them doesn't reevaluate the rules, that means there is no way but to push new commits... |
Scartch all my speculation here about upstream vs fork repo. It seems it is because of the chronological order of the commit vs the bot adding the labels. In the case of renovate PRs I linked to it worked because the last commit is after the labels were set. |
Apparently a known limitation of reading labels from the |
|
As far as this oban test fix goes, it's ready and apparently with green tests. The label issue broader issue affecting any PR for any instrumentation library I guess. |
|
Thanks! And will merge this. |
I think the problem is that the workflow event we are "re-running" is the It seems the cause could be the
to create the labels on the pull requests is not triggering the
It needs to be a github app token or a personal access token apparently. sources: |
Thanks. I think an approval still pending for auto-merge to kick in. |

As stated in #436 (comment) there are quite a bit of pending needed improvements for
opentelemetry_oban.Trying to help with that in going in small, easy to review steps.
First would be to make
opentelemetry_obantests green I guess, so that follow PRs can be expected to continue having green checks.Just that here.