Update session cookie in bookinfo e2e test#8052
Conversation
|
@bianpengyuan: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
sdake
left a comment
There was a problem hiding this comment.
/lgtm
/assign @rshriram
It appears this change: 7e65cd9 introduced a regression. From looking at the change, sessionCookie was previously unspecified and unvalidated. I am not clear if this cookie changes.
Note, this PR or a followup should also update this file:
+diff --git a/tests/e2e/tests/upgrade/upgrade_test.go b/tests/e2e/tests/upgrade/upgrade_test.go
index b976f8b..1593950 100644
--- a/tests/e2e/tests/upgrade/upgrade_test.go
+++ b/tests/e2e/tests/upgrade/upgrade_test.go
@rshriram can you merge this? This is blocking all of the gates including release-1.0.
Cheers
-steve
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sdake If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Thanks @bianpengyuan for the PR, this will unblock many others! |
(cherry picked from commit bc53c13)
|
@mandarjog is the unit test failure here a flake? is anyone tracking fixing that? |
|
@krancour what goes into this session cookie? Why does it need to be updated frequently? Is it expiring every few months? if so, is it possible to create a super long lived cookie? |
|
@ajy |
Merging manually since test framework does not affect production code and the failing test is unrelated. The test failure is likely due to something like #8052?.
see if this fixes #8046...