-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add unit tests for the cassandra/schema/create.sh script #6594
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: asim <aktech701@gmail.com>
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.
🚀
It doesn't look like the test is being run in the CI, I only see compute-tags test being run. https://github.com/jaegertracing/jaeger/actions/runs/12915527527/job/36017583978?pr=6594#step:8:1 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6594 +/- ##
==========================================
- Coverage 96.21% 96.10% -0.12%
==========================================
Files 375 366 -9
Lines 21397 20949 -448
==========================================
- Hits 20588 20133 -455
- Misses 616 620 +4
- Partials 193 196 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Let's create a single wrapper I prefer not to use auto-discovery (like |
On it ! |
@yurishkuro sir , is there a way to run the ci pipeline (ci-lint-checks.yaml) on my forked version ? |
I don't think you can run the actual workflow, but you can run individual commands from it |
Signed-off-by: asim <aktech701@gmail.com>
@yurishkuro sir , can you please review the changes and give me feedback. |
@@ -12,175 +12,174 @@ concurrency: | |||
cancel-in-progress: true | |||
|
|||
# See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions | |||
permissions: # added using https://github.com/step-security/secure-workflows | |||
permissions: # added using https://github.com/step-security/secure-workflows |
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.
if there are changes needed to this file it should be in one line, not across the whole file. Please revert.
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.
Screencast.from.2025-01-24.22-51-49.webm
when i am changing the
line no. 119
SHUNIT2=.tools/shunit2 bash scripts/utils/compute-tags.test.sh
to
SHUNIT2=.tools/shunit2 bash scripts/utils/run-tests.sh
after saving it , new indentation is introduced across the file , which is causing the changes in the whole file
Sir , can you please advice me on how to stop this auto formatting
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.
Use a different editor (like plain vi
) that does not do any auto-formatting.
Signed-off-by: asim <aktech701@gmail.com>
@yurishkuro sir , i have made the required changes , can you please review them . |
thanks |
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