-
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: disk-full failed #111902
Comments
|
@cockroachdb/test-eng are you aware of any changes that might result in the systemd |
Erm yes, that would be #111064 -- with virtualization, we might not have just one |
cc @cockroachdb/test-eng |
111915: roachtest: remove direct references to cockroach.service from tests r=herkolategan a=renatolabs After #111064, we started naming the systemd unit for cockroach processes differently, since we now might have multiple cockroach processes in the same VM in the context of SQL server processes and cluster virtualization. That change broke a few tests that directly referenced the `cockroach.service` unit. In this change, we create a util function that is reponsible for encapsulating that name and replace direct references to the systemd unit name with calls to this new function. Fixes: #111902 Release note: None 111937: kv: add conflicting txn_meta to error message r=nvanbenschoten a=aadityasondhi This patch adds back the conflicting txn_meta to the error message printed out from a `TransactionRetryError` if available. Fixes #110689. Release note: None Co-authored-by: Renato Costa <[email protected]> Co-authored-by: Aaditya Sondhi <[email protected]>
After cockroachdb#111064, we started naming the systemd unit for cockroach processes differently, since we now might have multiple cockroach processes in the same VM in the context of SQL server processes and cluster virtualization. That change broke a few tests that directly referenced the `cockroach.service` unit. In this change, we create a util function that is reponsible for encapsulating that name and replace direct references to the systemd unit name with calls to this new function. Fixes: cockroachdb#111902 Release note: None
roachtest.disk-full failed with artifacts on master @ d926f1e51e23d477bcf3027adc6beac11513e58a:
Parameters:
ROACHTEST_arch=amd64
,ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
This test on roachdash | Improve this report!
Jira issue: CRDB-32125
The text was updated successfully, but these errors were encountered: