Skip to content

Commit fbce63d

Browse files
committed
debug with tmate
1 parent 42cd2d5 commit fbce63d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

hack/ci/create_devstack.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,8 @@ EOF
319319
}
320320

321321
main "$@"
322+
323+
wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz
324+
tar xf tmate-2.4.0-static-linux-amd64.tar.xz
325+
cd tmate-2.4.0-static-linux-amd64
326+
./tmate -F &

test/e2e/suites/e2e/e2e_suite_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ package e2e
2222
import (
2323
"os"
2424
"testing"
25+
"time"
2526

2627
. "github.com/onsi/ginkgo/v2"
2728
. "github.com/onsi/gomega"
@@ -58,6 +59,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
5859
})
5960

6061
var _ = SynchronizedAfterSuite(func() {
62+
time.Sleep(3 * time.Hour)
6163
shared.AllNodesAfterSuite(e2eCtx)
6264
}, func() {
6365
shared.Node1AfterSuite(e2eCtx)

0 commit comments

Comments
 (0)