-
Notifications
You must be signed in to change notification settings - Fork 6.5k
chore(test): add e2e tests for gitops-engine #23304
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: Alexandre Gaudreault <[email protected]>
❌ Preview Environment undeployed from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23304 +/- ##
==========================================
- Coverage 60.11% 60.06% -0.06%
==========================================
Files 342 342
Lines 58820 58792 -28
==========================================
- Hits 35359 35312 -47
- Misses 20617 20627 +10
- Partials 2844 2853 +9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Alexandre Gaudreault <[email protected]>
go.mod
Outdated
|
|
||
| go 1.24.4 | ||
|
|
||
| replace github.com/argoproj/gitops-engine => github.com/agaudreault/gitops-engine v0.7.1-0.20250606141133-32f56cd438c3 |
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.
TODO: revert when merge
| // Then, --dest-namespace is created with server side apply | ||
| // application is synced and healthy with resource | ||
| // application resources created with server side apply in the newly created namespace. | ||
| func TestNamespaceCreationWithSSA(t *testing.T) { |
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.
Test was moved and not changed
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.
Edit: test was updated because for some reason the e2e fails with error creating application: namespaces \"argocd-e2e-external\" not found which was not required for this test anyway.
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: enneitex <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Mangaal <[email protected]>
Checklist: