Skip to content
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

[fix](regression test) fix test_report_version_missing due to set force_olap_table_replication_num #38211

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

yujun777
Copy link
Collaborator

error:

Exception in control_p0/test_report_version_missing.groovy(line 68):

succ = true
break
}
}
if (succ)

{ break }
Thread.sleep(60000)
}
assertTrue(succ)
^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^

} finally

{ GetDebugPoint().disableDebugPointForAllBEs("Tablet.build_tablet_report_info.version_miss") }
}

Exception:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:179)
at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)

logs:

2024-07-22 03:20:55,050 INFO (tablet checker|201) Add tablet to pending queue, tablet id: 807781, status: VERSION_INCOMPLETE, state: PENDING, type: REPAIR, priority: HIGH, tablet size: 0, visible version: -1, committed version: -1
2024-07-22 03:20:55,061 INFO (tablet checker|201) finished to check tablets. unhealth/total/added/in_sched/not_ready: 1/87388/1/0/0, cost: 87 ms
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) balance or tablet scheduler is disabled. skip selecting tablets for balance
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) create clone task to repair replica, tabletId=807781, replica=[replicaId=807783, BackendId=10008, version=2, dataSize=346, rowCount=10, lastFailedVersion=3, lastSuccessVersion=2, lastFailedTimestamp=1721589639451, schemaHash=1701605109, state=NORMAL, isBad=false], visible version 2, tablet status VERSION_INCOMPLETE
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) add clone task to agent task queue: tablet id: 807781, replica id: 807783, schema hash: 1701605109, storageMedium: HDD, visible version: 2, src backend: 172.20.48.72, src path hash: -597904549178930561, dest backend id: 10008, dest backend: 172.20.48.71, dest path hash: -5391737830213585625

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@yujun777
Copy link
Collaborator Author

run buildall

Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jul 22, 2024
Copy link
Contributor

PR approved by at least one committer and no changes requested.

Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Contributor

@deardeng deardeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yujun777
Copy link
Collaborator Author

run cloud_p0

@dataroaring dataroaring merged commit 554c3dd into apache:master Jul 23, 2024
27 of 29 checks passed
yujun777 added a commit to yujun777/doris that referenced this pull request Jul 23, 2024
…ce_olap_table_replication_num (apache#38211)

error:

```
Exception in control_p0/test_report_version_missing.groovy(line 68):

succ = true
break
}
}
if (succ)

{ break }
Thread.sleep(60000)
}
assertTrue(succ)
^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^

} finally

{ GetDebugPoint().disableDebugPointForAllBEs("Tablet.build_tablet_report_info.version_miss") }
}

Exception:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:179)
at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
```

logs:
```
2024-07-22 03:20:55,050 INFO (tablet checker|201) Add tablet to pending queue, tablet id: 807781, status: VERSION_INCOMPLETE, state: PENDING, type: REPAIR, priority: HIGH, tablet size: 0, visible version: -1, committed version: -1
2024-07-22 03:20:55,061 INFO (tablet checker|201) finished to check tablets. unhealth/total/added/in_sched/not_ready: 1/87388/1/0/0, cost: 87 ms
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) balance or tablet scheduler is disabled. skip selecting tablets for balance
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) create clone task to repair replica, tabletId=807781, replica=[replicaId=807783, BackendId=10008, version=2, dataSize=346, rowCount=10, lastFailedVersion=3, lastSuccessVersion=2, lastFailedTimestamp=1721589639451, schemaHash=1701605109, state=NORMAL, isBad=false], visible version 2, tablet status VERSION_INCOMPLETE
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) add clone task to agent task queue: tablet id: 807781, replica id: 807783, schema hash: 1701605109, storageMedium: HDD, visible version: 2, src backend: 172.20.48.72, src path hash: -597904549178930561, dest backend id: 10008, dest backend: 172.20.48.71, dest path hash: -5391737830213585625
```
dataroaring pushed a commit that referenced this pull request Jul 23, 2024
dataroaring pushed a commit that referenced this pull request Jul 24, 2024
…ce_olap_table_replication_num (#38211)

error:

```
Exception in control_p0/test_report_version_missing.groovy(line 68):

succ = true
break
}
}
if (succ)

{ break }
Thread.sleep(60000)
}
assertTrue(succ)
^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^

} finally

{ GetDebugPoint().disableDebugPointForAllBEs("Tablet.build_tablet_report_info.version_miss") }
}

Exception:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:179)
at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
```

logs:
```
2024-07-22 03:20:55,050 INFO (tablet checker|201) Add tablet to pending queue, tablet id: 807781, status: VERSION_INCOMPLETE, state: PENDING, type: REPAIR, priority: HIGH, tablet size: 0, visible version: -1, committed version: -1
2024-07-22 03:20:55,061 INFO (tablet checker|201) finished to check tablets. unhealth/total/added/in_sched/not_ready: 1/87388/1/0/0, cost: 87 ms
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) balance or tablet scheduler is disabled. skip selecting tablets for balance
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) create clone task to repair replica, tabletId=807781, replica=[replicaId=807783, BackendId=10008, version=2, dataSize=346, rowCount=10, lastFailedVersion=3, lastSuccessVersion=2, lastFailedTimestamp=1721589639451, schemaHash=1701605109, state=NORMAL, isBad=false], visible version 2, tablet status VERSION_INCOMPLETE
2024-07-22 03:20:55,464 INFO (tablet scheduler|201) add clone task to agent task queue: tablet id: 807781, replica id: 807783, schema hash: 1701605109, storageMedium: HDD, visible version: 2, src backend: 172.20.48.72, src path hash: -597904549178930561, dest backend id: 10008, dest backend: 172.20.48.71, dest path hash: -5391737830213585625
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. dev/2.1.6-merged dev/3.0.1-merged reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants