-
Notifications
You must be signed in to change notification settings - Fork 10
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
test(redirects): refactor redirect handling #152
test(redirects): refactor redirect handling #152
Conversation
985b074
to
85bc37e
Compare
b77ab35
to
b1c88db
Compare
/build_test |
@aali309 doesn't seem to have run ^ looks like everything got skipped: https://github.com/cryostatio/cryostat3/actions/runs/6813168509 |
/build_test |
Works well for me after pulling latest code. |
Not sure what you mean. This PR is already rebased on the latest |
Usually the "this job was skipped" message/status on those workflows means that there was an https://github.com/cryostatio/cryostat3/actions/runs/6813168509/workflow It seems like the first step must be the one that was skipped, and the rest have https://github.com/cryostatio/cryostat3/actions/runs/6813168509/workflow#L19 I don't know why that would be evaluating to |
Yes, the if condition looks correct and should not be false. I was hoping it was a typo because I do that a lot. I checked the code and the updated parts looks ok. I tried removing the |
|
That could be a red herring - maybe it doesn't get fully evaluated since it's from a matrix workflow that was entirely skipped because its dependencies were skipped. |
Ah, nice find! |
b1c88db
to
f416cf1
Compare
/build_test |
Workflow started at 11/9/2023, 11:22:57 AM. View Actions Run. |
CI build and push: All tests pass ✅ |
1 similar comment
CI build and push: All tests pass ✅ |
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.
This solution creating an extension to call the methods is much better and it will be easier to apply to the the other tests.
4b5975c
to
fab1514
Compare
Welcome to Cryostat3! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Related to #150
Description of the change:
Refactors redirect handling utility methods into a WebClient extension
Motivation for the change:
Slight clean up for encapsulation and clarify between what is a base webclient capability versus what is an extension for our integration tests only