Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aaron-prindle/4ec33aadfbd60354fa7cd4b0b0ed39e0 to your computer and use it in GitHub Desktop.

Select an option

Save aaron-prindle/4ec33aadfbd60354fa7cd4b0b0ed39e0 to your computer and use it in GitHub Desktop.
Running tool: /usr/bin/go test -test.fullpath=true -timeout 30s -coverprofile=/tmp/vscode-gobZd0gx/go-code-cover k8s.io/apimachinery/pkg/api/validate
coverage: 28.0% of statements
panic: test timed out after 30s
running tests:
TestMaxProperties (30s)
TestMaxProperties/math.MaxInt_property,_max_MaxInt-1 (30s)
goroutine 242 [running]:
testing.(*M).startAlarm.func1()
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2802 +0x34b
created by time.goFunc
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive]:
testing.(*T).Run(0xfbe3c477688, {0x8ecd35?, 0xfbe3c505b30?}, 0x911978)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0xfbe3c477688)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2585 +0x37
testing.tRunner(0xfbe3c477688, 0xfbe3c505c58)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2036 +0xea
testing.runTests({0x8edfe6, 0x13}, {0x8f8fb5, 0x24}, 0xfbe3c2c6858, {0xca67e0, 0x39, 0x39}, {0xc2725b1b929407ad, 0x6fc377762, ...})
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2583 +0x505
testing.(*M).Run(0xfbe3c53d540)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2443 +0x6ac
main.main()
_testmain.go:168 +0x9b
goroutine 161 [chan receive]:
testing.(*T).Run(0xfbe3c5ab448, {0x8f7c96?, 0x7ffffffffffffffe?}, 0xfbe3c54b570)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2109 +0x4e5
k8s.io/apimachinery/pkg/api/validate.TestMaxProperties(0xfbe3c5ab448)
/usr/local/google/home/aprindle/jetski-v2-kubernetes/staging/src/k8s.io/apimachinery/pkg/api/validate/limits_test.go:270 +0x3fc
testing.tRunner(0xfbe3c5ab448, 0x911978)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2036 +0xea
created by testing.(*T).Run in goroutine 1
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2101 +0x4c5
goroutine 166 [runnable]:
fmt.Sprintf({0x8e718e, 0x2}, {0xfbe3c41af48, 0x1, 0x1})
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/fmt/print.go:237 +0xa8
k8s.io/apimachinery/pkg/api/validate.TestMaxProperties.func1(0xfbe3c5b2008)
/usr/local/google/home/aprindle/jetski-v2-kubernetes/staging/src/k8s.io/apimachinery/pkg/api/validate/limits_test.go:273 +0x129
testing.tRunner(0xfbe3c5b2008, 0xfbe3c54b570)
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2036 +0xea
created by testing.(*T).Run in goroutine 161
/usr/local/google/home/aprindle/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/testing/testing.go:2101 +0x4c5
FAIL k8s.io/apimachinery/pkg/api/validate 30.208s
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment