-
Notifications
You must be signed in to change notification settings - Fork 40k
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
cleanup networking e2e + modularize pod launch + annotate nettest #6276
Conversation
f8fbab3
to
c33f1ef
Compare
this e2e test is being flakey for me, at the moment. Im going to test it 10 times and then will update in this thread. after all --- the e2e's are not in the CI, so want to make sure it really works properly. |
confirmed that networking.go is flakey. died 90% of the time last night evidently |
ill rebase this later. looks like something has changed it recently |
satnam, because he took ownership of e2e during lunch :) |
c33f1ef
to
f12aad3
Compare
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Not sure what happened, but this PR is now unreviewable. Try rebasing or re-applying your patches to a fresh branch. Note that the networking test was outright broken last night. #6294 |
f12aad3
to
c316847
Compare
CLAs look good, thanks! |
finally cleaned up :) sorry about that. This rebases my updates to the networking.go test last night on top of the new one. I've run it twice, working cleanly. Since E2E tests dont run in the CI, I tested it manually and paste below...........
|
Actually wait. There is one more thing i want to fix in this rebase........... |
c316847
to
60a7698
Compare
added some more cleanup around the comments for the internet connectivity/BeforeTest stuff. |
60a7698
to
2673351
Compare
2673351
to
1ff0a1e
Compare
Moved here #6341 , something went wrong with the github's interpretation of this PR looks like. Sorry for the confusion ! This collided with another one that just went through... |
Here's another E2E improvement which I put together as part of the overall e2e improvements we're working on.