Skip to content
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 federated service e2e test #13352

Merged
merged 4 commits into from
Nov 23, 2024
Merged

Add federated service e2e test #13352

merged 4 commits into from
Nov 23, 2024

Conversation

adleong
Copy link
Member

@adleong adleong commented Nov 19, 2024

No description provided.

@adleong adleong requested a review from a team as a code owner November 19, 2024 19:32
Copy link
Member

@alpeb alpeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just some nits.

Comment on lines +26 to +31
if err := TestHelper.SwitchContext(contexts[testutil.TargetContextKey]); err != nil {
testutil.AnnotatedFatalf(t,
"failed to rebuild helper clientset with new context",
"failed to rebuild helper clientset with new context [%s]: %v",
contexts[testutil.TargetContextKey], err)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this is not required given we always specify contexts below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's required to set the context correctly for creating the dataplane namespace.

Comment on lines 20 to 21
// requests, then we'll see log messages indicating that the web-svc can't
// reach the voting-svc (because it's not running).
Copy link
Member

@alpeb alpeb Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not that voting-svc isn't running, but that we're using the failed 🍩 requests to attest web-svc is getting called.

@adleong adleong merged commit 3c188d6 into main Nov 23, 2024
38 checks passed
@adleong adleong deleted the alex/federated-e2e branch November 23, 2024 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants