-
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
ccl/logictestccl: TestCCLLogic failed under stress #38864
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/e3b454452c5cb251958e2e5d91b1854a478614c9 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1389565&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/90fc142c8b2bab94f5049e8331e409be74947873 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1391659&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/6d644dfb6d38c3ed2e54a548d909950f6b982490 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1394068&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/7dab0dcfd37c389af357c302c073b9611b5ada25 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1398252&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/86eab2ff0a1a4c2d9b5f7e7a45deda74c98c6c37 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1402622&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/ff04012ed2d2c0c8e30e4de106ca0a350bca8c3e Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1404935&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/28bb1e92852177708440f5796e8c2bf21c0429ef Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1406994&tab=buildLog
|
@solongordon / @rohany could you take a look at this? Looks like the index |
SHA: https://github.com/cockroachdb/cockroach/commits/65055d6c16bf9386d8c4f4f9cd23e0a848814dc9 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1411255&tab=buildLog
|
The 'zone' logic test was failing under stress due to a race between gossiping zone config changes and running explain plans. As suggested by an existing comment, I added the "retry" option to more tests to account for this potential race. Fixes cockroachdb#38864 Release note: None
SHA: https://github.com/cockroachdb/cockroach/commits/da56c792e968574b8f1d9ef3fdb45d56a530221a Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1415627&tab=buildLog
|
39168: logictestccl: fix zone failures under stress r=solongordon a=solongordon The 'zone' logic test was failing under stress due to a race between gossiping zone config changes and running explain plans. As suggested by an existing comment, I added the "retry" option to more tests to account for this potential race. Fixes #38864 Release note: None Co-authored-by: Solon Gordon <solon@cockroachlabs.com>
SHA: https://github.com/cockroachdb/cockroach/commits/02d52a6aa42740d03b696ed1c20a21ff9007568a
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1388009&tab=buildLog
The text was updated successfully, but these errors were encountered: