Skip to content
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

cicd: fix authenticate tests #1179

Merged
merged 1 commit into from
Jan 29, 2025
Merged

cicd: fix authenticate tests #1179

merged 1 commit into from
Jan 29, 2025

Conversation

dkropachev
Copy link
Collaborator

@dkropachev dkropachev commented Jan 23, 2025

Github actions do not have API to override entrypoint, we have to switch to docker-compose to start container for auth tests.

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

@dkropachev dkropachev force-pushed the dk/fix-authenticate_test branch from 277b454 to 457fe8e Compare January 23, 2025 17:12
Copy link

github-actions bot commented Jan 23, 2025

cargo semver-checks found no API-breaking changes in this PR! 🎉🥳
Checked commit: 8890d12

@dkropachev dkropachev force-pushed the dk/fix-authenticate_test branch 13 times, most recently from 398db7f to 265ed29 Compare January 24, 2025 06:31
@dkropachev dkropachev marked this pull request as ready for review January 24, 2025 06:31
@dkropachev dkropachev force-pushed the dk/fix-authenticate_test branch from 265ed29 to 003eef7 Compare January 24, 2025 06:47
@dkropachev dkropachev force-pushed the dk/fix-authenticate_test branch 2 times, most recently from bb92874 to 28317c1 Compare January 24, 2025 16:45
.github/workflows/authenticate_test.yml Outdated Show resolved Hide resolved
scylla/tests/integration/authenticate.rs Outdated Show resolved Hide resolved
.github/workflows/authenticate_test.yml Outdated Show resolved Hide resolved
@dkropachev dkropachev force-pushed the dk/fix-authenticate_test branch 2 times, most recently from 696b9ec to d0d535b Compare January 29, 2025 15:09
@dkropachev dkropachev requested a review from wprzytula January 29, 2025 15:09
wprzytula
wprzytula previously approved these changes Jan 29, 2025
@wprzytula wprzytula added the symptom/ci stability Related to continuous integration label Jan 29, 2025
github action services do not provide api to change entrypoint.
We need to switch to docker-compose to spin up docker container for auth
tests.
@dkropachev dkropachev merged commit 2d810f7 into main Jan 29, 2025
10 checks passed
@wprzytula wprzytula deleted the dk/fix-authenticate_test branch January 29, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
symptom/ci stability Related to continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants