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

jobs: TestCreatePausedScheduledJob failed #92191

Closed
cockroach-teamcity opened this issue Nov 19, 2022 · 0 comments · Fixed by #92206
Closed

jobs: TestCreatePausedScheduledJob failed #92191

cockroach-teamcity opened this issue Nov 19, 2022 · 0 comments · Fixed by #92206
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-jobs
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 19, 2022

jobs.TestCreatePausedScheduledJob failed with artifacts on master @ 8357abb668a5adaff781343b394b162fb1b66c6e:

Fatal error:

panic: test timed out after 4m55s

Stack:

goroutine 21400682 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

=== RUN   TestCreatePausedScheduledJob
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/000f42e66f4bc5220cdea84be2328068/logTestCreatePausedScheduledJob1520665867
    test_log_scope.go:79: use -show-logs to present logs inline

Parameters: TAGS=bazel,gss,deadlock

Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/jobs

This test on roachdash | Improve this report!

Jira issue: CRDB-21630

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Nov 19, 2022
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Nov 19, 2022
@blathers-crl blathers-crl bot added the T-jobs label Nov 19, 2022
craig bot pushed a commit that referenced this issue Nov 21, 2022
92206: jobs: increase the test timeout r=ajwerner a=andreimatei

This package seems to timeout every night in our stress build, both under race and without it. Under test, without stress, it took 200s for me on a fast machine. The current timeout is 300s - which seems too tight. This patch increases it to 900.
Without race and without stress, the pkg runs in about 30s for me. But I'm not sure I'm running it with the `deadlock` build tag, like CI is. Some of the failures below are from no-race stress builds.

Closes #92188
Closes #92191
Closes #92110
Closes #92111
Closes #92046

Release note: None
Epic: None

Co-authored-by: Andrei Matei <[email protected]>
@craig craig bot closed this as completed in 76f7539 Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-jobs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant