-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[test]: Check for jaeger-idl version mismatch #6753
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
Signed-off-by: Aryan Goyal <137564277+ary82@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6753 +/- ##
==========================================
- Coverage 96.06% 96.04% -0.02%
==========================================
Files 364 364
Lines 20692 20692
==========================================
- Hits 19877 19874 -3
- Misses 622 624 +2
- Partials 193 194 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Aryan Goyal <137564277+ary82@users.noreply.github.com>
submodules: recursive | ||
|
||
- name: Initialize and update submodule | ||
run: git submodule update --init --recursive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't submodules option above achieves the same?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, CI is giving an error message from git
fatal: No names found, cannot describe anything.
But it should be something like:
fatal: no tag exactly matches 'bdfc239c55cdff96bd3b1caaf6849ada43d7402e'
which suggests there might be something wrong with fetching the submodules. I was trying to troubleshoot it with this command
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Aryan Goyal <137564277+ary82@users.noreply.github.com>
why do the logs show
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that we've seen the test fail, please update the idl submodule to make sure that the CI is green in this PR.
Signed-off-by: Yuri Shkuro <github@ysh.us>
@ary82 why is it still failing now that the versions are the same? |
ab25385
@yurishkuro something in the Makefile is implicitly triggering the go setup, as we're using |
## Which problem is this PR solving? - The test in #6753 was still failing, even with the submodule update ## Description of the changes - Try to fetch tags ## How was this change tested? - CI --------- Signed-off-by: Yuri Shkuro <github@ysh.us>
## Which problem is this PR solving? - The test in jaegertracing#6753 was still failing, even with the submodule update ## Description of the changes - Try to fetch tags ## How was this change tested? - CI --------- Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: amol-verma-allen <amol.verma@allen.in>
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test