-
Notifications
You must be signed in to change notification settings - Fork 81
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
✨ Add rollout restart e2e/v2 test #2875
base: refactor/test-e2e/add-v2-e2e-testing
Are you sure you want to change the base?
✨ Add rollout restart e2e/v2 test #2875
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (3)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
[CHATOPS:HELP] ChatOps commands.
|
e9d5aef
to
3710cbb
Compare
Signed-off-by: kpango <[email protected]>
3710cbb
to
e7bbdb8
Compare
e53207c
to
adda852
Compare
Deploying vald with
|
Latest commit: |
4eb2f20
|
Status: | ✅ Deploy successful! |
Preview URL: | https://0abfd57a.vald.pages.dev |
Branch Preview URL: | https://refactor-test-e2e-add-e2e-sc.vald.pages.dev |
adda852
to
a4b1bf4
Compare
58905db
to
bdb3715
Compare
tests/v2/e2e/crud/rollout_test.go
Outdated
|
||
eg, egctx := errgroup.New(ctx) | ||
eg.Go(safety.RecoverFunc(func() error { | ||
statefulSetClient := kclient.GetClientSet().AppsV1().StatefulSets("default") |
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.
statefulSetClient := kclient.GetClientSet().AppsV1().StatefulSets("default") | |
statefulSetClient := kubernetes.Statefulset(kclient, ns) |
statefulSetClient := kclient.GetClientSet().AppsV1().StatefulSets("default") | |
func rolloutRestartForTest(ctx context.Context, ns string, name string, t *testing.T) { | |
t.Helper() | |
... | |
} |
bdb3715
to
0c748fb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor/test-e2e/add-v2-e2e-testing #2875 +/- ##
========================================================================
+ Coverage 16.91% 24.02% +7.10%
========================================================================
Files 136 501 +365
Lines 15057 50423 +35366
========================================================================
+ Hits 2547 12113 +9566
- Misses 12213 37597 +25384
- Partials 297 713 +416 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0c748fb
to
bfd5376
Compare
Signed-off-by: vankichi <[email protected]>
bfd5376
to
ea6634e
Compare
[WARNING:INTCFG] Changes in |
fd8961e
to
d4f681c
Compare
Description
Related Issue
Versions
Checklist
Special notes for your reviewer