-
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
roachprod: update thrift artifact url for use with charybdefs #78023
Conversation
I shall do a manual test run across the failing tests now. |
The version of Thrift used in tests that use `charybdefs` has disappeared from the Apache artifacts repository that is used currently, which causes any roachtest that depends on `charybdefs` to fail due to not being able to fetch the artifact it needs. Update the artifact URL to pull from the Apache archive instead. Touches cockroachdb#78006,cockroachdb#78007,cockroachdb#78008,cockroachdb#78010,cockroachdb#78015,cockroachdb#78016. Release note: None.
Looks like upgrading the version opened a can of worms due to incompatibilities. I think I found a more stable link to the older artifacts, so I'm going to amend this PR to use that instead. |
Roachtesttest test run was successful. TFTR! bors r=tbg |
Build succeeded: |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from 6c1e2c2 to blathers/backport-release-20.2-78023: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 20.2.x failed. See errors above. error creating merge commit from 6c1e2c2 to blathers/backport-release-21.1-78023: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 21.1.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
The version of Thrift used in tests that use
charybdefs
hasdisappeared from the Apache artifacts repository that is used currently,
which causes any roachtest that depends on
charybdefs
to fail due tonot being able to fetch the artifact it needs.
Update the artifact URL to pull from the Apache archive instead.
Touches #78006,#78007,#78008,#78010,#78015,#78016.
Release note: None.