-
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
release: 19.1.10 #50464
Comments
Publish bleeding edge for the selected sha (73a373f at time of writing) seems to have failed: |
This run failed as well. But I was confused before. Looks like we did have a successful run on the 31 May with this sha (https://teamcity.cockroachdb.com/viewLog.html?buildId=1980371&buildTypeId=Cockroach_MergeToMaster). @rafiss it's possible this failure is due to a test issue. It looks like there were a bunch of updates to I'm going to go ahead with this SHA (73a373f), hoping the latest red build is not a problem. |
@jlinder looks like there was also a problem posting a failure for this issue because of an unset
|
I think there are going to be problems with the nightlies until we resolve the Examples-ORMs failure since this is a dependency for the roachtests. |
I'm looking into examples-orms. It has been passing against master, so somehow the problem seems to be specific to the 19.1 branch. |
It looks like the |
Here is a PR to get examples-orms passing: cockroachdb/examples-orms#106. We'll skip the test for versions <=19.1 until we can debug the underlying issue. (Note, we may decide to leave the skipped test permanently, as our tooling support page specifies that we support ActiveRecord for CockroachDB 20.1+.) |
Updated sha with security fix: 7101af9 |
@RaduBerinde looks like the random syntax tests failed in the nightlies. This isn't a blocker but it looks like a query is stuck in optimization. The symptoms look similar to #43076. Was the fix for that backported to 19.1? Here is the link if you want to take a look: https://teamcity.cockroachdb.com/viewLog.html?buildId=2032012&buildTypeId=Cockroach_Nightlies_RandomSyntaxTests&tab=buildResultsDiv&branch_Cockroach_Nightlies=provisional_202006230815_v19.1.10 |
Urgh, looks like we ran into the same quota issue as #50465 (comment). Will have to rerun the Roachtest GCE build: https://teamcity.cockroachdb.com/viewLog.html?buildId=2032556&tab=queuedBuildOverviewTab |
Starting the test failure checkoff process while the build is still running to save time. Test Failures ListRoachtest GCEFailures: https://teamcity.cockroachdb.com/viewLog.html?buildId=2032556&tab=queuedBuildOverviewTab [storage]
[appdev]
[kv]
[bulk-io]
[sql-schema]
Random Syntax Tests[optimizer]
|
Signed off on hibernate -- we recently expanded the test coverage, but had missed marking some expected failures for 19.1 |
Signed off on sqlsmith. Statement timeout, which happens a bunch. |
Signed off on |
Signed off on the kv tests. One of them looked like a straight-up infra problem. The other two have trouble (re)starting CRDB and return with an opaque error from roachprod, in both cases the logs look like the node actually did start. I would dig deep into this on master or 20.1, but since this is 19.1 I'm fine chalking this up to some infra problem as well, though less sure. |
Signed off on psycopg2 -- it's hanging because of a bug in the tests that has been fixed upstream |
signed off for schema change random load |
restore2TB/nodes=10: infra flake during health check, but node appears healthy
|
Candidate SHA: 7101af9
Deployment status: Qualifying
Qualification Suite: https://teamcity.cockroachdb.com/viewType.html?buildTypeId=Cockroach_ReleaseQualification&branch_Cockroach=provisional_202006230815_v19.1.10&tab=buildTypeStatusDiv
Nightly Suite: https://teamcity.cockroachdb.com/viewType.html?buildTypeId=Cockroach_Nightlies_NightlySuite&branch_Cockroach_Nightlies=provisional_202006230815_v19.1.10&tab=buildTypeStatusDiv
Admin UI for Qualification Clusters:
Release process checklist
Prep date:
Monday 6/22/2020
Candidate SHA
aboveRelease Qualification
One day after prep date:
Get signoff on roachtest failures
Keep an eye on clusters until release date. Do not proceed below until the release date.
Release date:
Monday 6/29/2020
Check cluster status
Tag release
Bless provisional binaries
If applicable, update the map that roachtests use to map a version to a previous version, to reference the newly tagged version
For production or stable releases in the latest major release series
Update the Homebrew FormulaUpdate the image tag in our Orchestrator configurationsFor production or stable releases
Update docs
External communications for release
Clean up provisional tag from repository
The text was updated successfully, but these errors were encountered: