-
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
roachtest: schemachange/mixed-versions-compat failed #100908
Comments
easier to read error:
|
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 8e6f530644eb35313a479af529b1f672c12dca38:
Parameters: |
we believe only the |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 85e41ca8d3d9edacf5ee3061a2591b159b9b0502:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ a5d61d2cf2bfc11bd6bdc27dcab32467334fb123:
Parameters: |
99856: roachtest: update 22.2 predecessor to 22.1.18 r=renatolabs a=cameronnunez Part of: https://cockroachlabs.atlassian.net/browse/REL-309 Release note: None 100200: pgwire: add server.cockroach_cloud.max_client_connections_per_gateway cluster setting r=alyshanjahani-crl a=alyshanjahani-crl This setting specifies a maximum number of external connections that a server can have open at any given time. External is defined as connections that are not root connections. In the future, we can have the definition of external be a configurable list of users. <0 - Connections are unlimited (existing behavior) =0 - External connections are disabled >0 - External connections are limited If a new connection would exceed this limit, an error message is returned as postgres: "cluster connections are limited" with the 53300 error code that corresponds to "too many connections". This functionality is required for serverless. Part of: https://cockroachlabs.atlassian.net/browse/CC-9288 Release note: None 100742: ownership of Jobs to DR team r=shermanCRL a=shermanCRL Epic: CRDB-26380 100911: cli: add system.job_info to debug zip r=adityamaru a=adityamaru We do not dump the value column when collecting a redacted zip as it might contain sensitive data. Release note: None Informs: #98829 101095: add DR, CDC, Jobs labels to test failures r=shermanCRL a=shermanCRL Ensure that test failures via the `cockroach-teamcity` bot labels DR, CDC and Jobs teams Epic: none Jira: none 101105: sql/schemachanger: relax rules for setting constraint names r=fqazi a=fqazi Previously, the rules for adding and removing constraint names were strict, which could lead to mixed version compatibility issues. Specifically, plans on the 23.1 branch could have names set in later stages violating a rule that said a constraint should be public/non-public with the name. To address this, this patch will relax these rules to have Precedence instead of SameStagePrecedence Fixes: #100908 Release note: None 101169: roachtest: prevent shared mutable state across restore roachtest runs r=benbardin a=msbutler Previously, all `restore/*` roachtests run with `--count` would provide incomprehensible results because multiple roachtest runs of the same test would override each other's state. Specifically, the latest call of `test_spec.Run()`, would override the `test.Test` harness, and `syncedCluster.Cluster` used by all other tests with the same registration. This patch fixes this problem by moving all fields in `restoreSpecs` that are set during test execution (i.e. a `test_spec.Run` call), to a new `restoreDriver` struct. Now, `restoreSpecs` gets defined during test registration and is shared across test runs, while `restoreDriver` gets set within a test run. Epic: none Release note: None Co-authored-by: Cameron Nunez <[email protected]> Co-authored-by: Alyshan Jahani <[email protected]> Co-authored-by: Matt Sherman <[email protected]> Co-authored-by: adityamaru <[email protected]> Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: Michael Butler <[email protected]>
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 8e6f530644eb35313a479af529b1f672c12dca38:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-26693
The text was updated successfully, but these errors were encountered: