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

sql: TestEvaluatedMemoryIsChecked failed #100614

Closed
cockroach-teamcity opened this issue Apr 4, 2023 · 1 comment
Closed

sql: TestEvaluatedMemoryIsChecked failed #100614

cockroach-teamcity opened this issue Apr 4, 2023 · 1 comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 4, 2023

sql.TestEvaluatedMemoryIsChecked failed with artifacts on release-23.1 @ 1250ce664c02a71a13a902eb530dca85094ba881:

          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:1000
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).reserveBytes
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:925
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BoundAccount).Grow
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:871
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).increaseBudget
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:1000
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).reserveBytes
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:925
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BoundAccount).Grow
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:871
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).increaseBudget
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:1000
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).reserveBytes
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:925
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BoundAccount).Grow
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:871
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).increaseBudget
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:1000
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).reserveBytes
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:925
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BoundAccount).Grow
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:871
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).increaseBudget
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:1000
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BytesMonitor).reserveBytes
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:925
          | github.com/cockroachdb/cockroach/pkg/util/mon.(*BoundAccount).Grow
          | 	github.com/cockroachdb/cockroach/pkg/util/mon/bytes_usage.go:871
          | github.com/cockroachdb/cockroach/pkg/sql/colmem.(*Allocator).adjustMemoryUsage
          | 	github.com/cockroachdb/cockroach/pkg/sql/colmem/allocator.go:532
          | github.com/cockroachdb/cockroach/pkg/sql/colmem.(*Allocator).AdjustMemoryUsageAfterAllocation
          | 	github.com/cockroachdb/cockroach/pkg/sql/colmem/allocator.go:558
          | github.com/cockroachdb/cockroach/pkg/sql/colmem.(*Allocator).PerformAppend
          | 	github.com/cockroachdb/cockroach/pkg/sql/colmem/allocator.go:506
          | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecutils.(*AppendOnlyBufferedBatch).AppendTuples
          | 	github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecutils/utils.go:207
          | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexechash.(*HashTable).FullBuild
          | 	github.com/cockroachdb/cockroach/pkg/sql/colexec/colexechash/hashtable.go:499
          | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecjoin.(*hashJoiner).build
          | 	github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecjoin/hashjoiner.go:329
          | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecjoin.(*hashJoiner).Next
          | 	github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecjoin/hashjoiner.go:291
          | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecdisk.(*diskSpillerBase).Next.func1
          | 	github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecdisk/disk_spiller.go:202
          | github.com/cockroachdb/cockroach/pkg/sql/colexecerror.CatchVectorizedRuntimeError
          | 	github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:92
        Wraps: (12) memory budget exceeded: 51200 bytes requested, 4966400 currently allocated, 4999999 bytes in budget
        Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *colexecerror.notInternalError (4) *secondary.withSecondaryError (5) *withstack.withStack (6) *errutil.withPrefix (7) *withstack.withStack (8) *errutil.withPrefix (9) *hintdetail.withHint (10) *pgerror.withCandidateCode (11) *withstack.withStack (12) *errutil.leafError
    --- FAIL: TestEvaluatedMemoryIsChecked/#00 (60.85s)
Help

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

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-26521

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Apr 4, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Apr 4, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Apr 4, 2023
@yuzefovich
Copy link
Member

dup of #100119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

2 participants