mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #41783 from wojtek-t/debug_large_clusters_hanging
Automatic merge from submit-queue (batch tested with PRs 41364, 40317, 41326, 41783, 41782) Debug what is hapening in large clusters What I'm seeing in large clusters is: ``` I0219 19:34:29.994] [90m/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/secrets.go:44[0m I0219 19:34:29.994] [90m------------------------------[0m I0219 21:27:11.421] Dumping master and node logs to /workspace/_artifacts I0219 21:27:11.422] Master SSH not supported for gke ``` i have no idea what is happening during those 2 hours, and would like to understand this.
This commit is contained in:
commit
d209b3f316
@ -223,9 +223,11 @@ func RunCleanupActions() {
|
||||
// and then the function that only runs on the first Ginkgo node.
|
||||
var _ = ginkgo.SynchronizedAfterSuite(func() {
|
||||
// Run on all Ginkgo nodes
|
||||
framework.Logf("Running AfterSuite actions on all node")
|
||||
RunCleanupActions()
|
||||
}, func() {
|
||||
// Run only Ginkgo on node 1
|
||||
framework.Logf("Running AfterSuite actions on node 1")
|
||||
if framework.TestContext.ReportDir != "" {
|
||||
framework.CoreDump(framework.TestContext.ReportDir)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user