Further improvement on DRY principle support #529
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
Benefits
Possible drawbacks
N/A
Applicable issues
Checklist
@justusbunsi, @pat-s,
There is an issue the check-and-test workflow. It stops after 'Starting container'.
Is anyone looking into it?
After merging the main branch changes onto this, now the check-and-test workflow fails during the dependency update stage:
All PRs currently fail until #526
On a different note: The PR seems to replace
helpers.tpl
entirely - could you check what's causing this? A "clean" diff would be better.I assume that it was due to the fact that my fork was initially out of sync until the revision
3297d86e94
.I just compared the
helpers.tpl
from main and the one from my fork and the only difference is my change at line 322From what I see PR #528 fails at stage
install tools
s as this PR.Could there be an issue with the underlying "infrastructure"?
The diff is not on point. I'd suggest a hard reset and adding the change again. We cannot merge it in it's current state.
We're working on the CI issues, please have patience :)
@Ceddaerrix The diff issue is likely due to whitespace/EOL changes
The recent failing build is due to test errors. @Ceddaerrix please have a look.
Using
matchRegex
with the correct content will work.https://github.com/helm-unittest/helm-unittest/blob/main/DOCUMENT.md#assertion-types
And please also check
SSH_DOMAIN
string.Thanks for the input. I will have a look into it.
Using
matchRegex
with the correct content will work.https://github.com/helm-unittest/helm-unittest/blob/main/DOCUMENT.md#assertion-types
And please also check
SSH_DOMAIN
string.Thanks for the input. I will have a look into it.
Hi @justusbunsi, @pat-s,
Is there an issue with the CI/CD configuration?
Jup looks like it. I reported it, we can't do anything ourselves.
@Ceddaerrix resolved
Hi @justusbunsi, @pat-s,
Please let me know if anything further to add/correct
LGTM, thanks for adding tests!
Thanks for adding the test. Sorry for not responding earlier.