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

WIP Test e2e #223

Closed
wants to merge 15 commits into from
Closed

WIP Test e2e #223

wants to merge 15 commits into from

Conversation

slintes
Copy link
Member

@slintes slintes commented Jul 1, 2024

WIP

testing peer check e2e

Copy link
Contributor

openshift-ci bot commented Jul 1, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

openshift-ci bot commented Jul 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: slintes

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Jul 1, 2024
@slintes
Copy link
Member Author

slintes commented Jul 1, 2024

/test 4.15-openshift-e2e

1 similar comment
@slintes
Copy link
Member Author

slintes commented Jul 1, 2024

/test 4.15-openshift-e2e

@@ -535,7 +542,7 @@ func checkSnrLogs(node *v1.Node, expected []string) {

EventuallyWithOffset(1, func() string {
var err error
logs, err := utils.GetLogs(k8sClientSet, pod)
logs, err := utils.GetLogs(k8sClientSet, pod, since)
Copy link
Contributor

Choose a reason for hiding this comment

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

nice!

})

JustAfterEach(func() {
printSNRLogsFromNode(&workers.Items[1])
// TODO why worker 1??
Copy link
Contributor

Choose a reason for hiding this comment

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

No idea, it must be a mistake

Copy link
Contributor

Choose a reason for hiding this comment

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

ah no, it comes from a "refactory", originally it was the log of healthyNode := &workers.Items[1]

Copy link
Contributor

Choose a reason for hiding this comment

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

I could've kept at least the variable name to make it clearer

@slintes
Copy link
Member Author

slintes commented Jul 2, 2024

/test 4.15-openshift-e2e

@slintes
Copy link
Member Author

slintes commented Jul 3, 2024

/test 4.15-openshift-e2e

@slintes
Copy link
Member Author

slintes commented Jul 3, 2024

/test 4.15-openshift-e2e

@slintes
Copy link
Member Author

slintes commented Jul 4, 2024

/test 4.15-openshift-e2e

Copy link
Contributor

openshift-ci bot commented Jul 4, 2024

@slintes: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.15-openshift-e2e 0a21695 link true /test 4.15-openshift-e2e

Full PR test history. Your PR dashboard.

Instructions 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-sigs/prow repository. I understand the commands that are listed here.

@slintes
Copy link
Member Author

slintes commented Jul 8, 2024

closing in favour of #226

/close

Copy link
Contributor

openshift-ci bot commented Jul 8, 2024

@slintes: Closed this PR.

In response to this:

closing in favour of #226

/close

Instructions 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-sigs/prow repository.

@openshift-ci openshift-ci bot closed this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants