-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
pkg/sql/logictest/tests/local-vec-off/local-vec-off_test: TestLogic_system failed #133429
Comments
pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_system failed on release-24.3 @ 35559e1dba8ff00d40bfff27d1ff3bbcad708935:
Parameters:
|
This is probably fallout from #133281 |
133241: opt: relax max stack size in test for stack overflow r=mgartner a=mgartner This commit relaxes the maximum Go stack size in bytes for a test added in #132701 from 50KB to 125KB. The very low max stack size was causing stack overflows to occur in unrelated functions, like parsing, in some nightly tests. I'm hoping that more than doubling this will eliminate the flakes. Fixes #133212 Release note: None 133483: ui: cleanup useNodeStatuses usages r=xinhaoz a=xinhaoz This commit cleans up the useNodeStatuses hook. The raw data from the response is no longer returned from the hook. Instead, callers must use the transformed data. Epic: none Release note: None 133593: logic_test: add retry to SHOW CLUSTER SETTING r=mgartner a=michae2 The cluster setting system is not synchronous; sometimes there is a delay between writing to system.settings and seeing the change in SHOW CLUSTER SETTING output. Fixes: #133429 Release note: None 133711: pebble_nightly_metamorphic: show sizes of artifacts r=jlinder a=rickystewart We're seeing OOM's when trying to upload artifacts. Print out the sizes so we can validate our assumption the artifacts are very large. Epic: none Release note: None Co-authored-by: Marcus Gartner <marcus@cockroachlabs.com> Co-authored-by: Xin Hao Zhang <xzhang@cockroachlabs.com> Co-authored-by: Michael Erickson <michae2@cockroachlabs.com> Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com>
Based on the specified backports for linked PR #133593, I applied the following new label(s) to this issue: branch-release-24.2. Please adjust the labels as needed to match the branches actually affected by this issue, including adding any known older branches. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
The cluster setting system is not synchronous; sometimes there is a delay between writing to system.settings and seeing the change in SHOW CLUSTER SETTING output. Fixes: #133429 Release note: None
The cluster setting system is not synchronous; sometimes there is a delay between writing to system.settings and seeing the change in SHOW CLUSTER SETTING output. Fixes: #133429 Release note: None
The cluster setting system is not synchronous; sometimes there is a delay between writing to system.settings and seeing the change in SHOW CLUSTER SETTING output. Fixes: #133429 Release note: None
pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_system failed on release-24.3 @ 047a8e99eb7a35e3f13ecf6b113f1965f206e3b9:
Parameters:
attempt=1
run=7
shard=45
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-43602
The text was updated successfully, but these errors were encountered: