Skip to content

e2e: request to change current approach to get logs #1252

@bart0sh

Description

@bart0sh

e2e tests use this approach to get pod logs:

		ginkgo.By("waiting for the IAA demo to succeed")
		f.PodClient().WaitForSuccess(podName, 300*time.Second)

		ginkgo.By("getting workload log")

Which is almost useless as nobody is interested in getting logs of succeeded workloads.
We should change this in a way that even if workload fails we can see the logs.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions