-
Notifications
You must be signed in to change notification settings - Fork 221
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
Handling misused rte in evbuffer #5002
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 2/596 tests failed ⚠.
The first 10 failing tests are:
incremental_backup_load
cldeadlock
abafc17
to
7fa72c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Error ⚠.
Cbuild submission: Success ✓.
Regression testing: 3/596 tests failed ⚠.
The first 10 failing tests are:
osql_cleanup
reco-ddlk-sql
incremental_backup_load
7fa72c2
to
4b3c31b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 2/597 tests failed ⚠.
The first 10 failing tests are:
sc_transactional_rowlocks_generated
incremental_backup_load
If we see an "rte", write a response and wait for the next "newsql". Signed-off-by: Rivers Zhang <[email protected]>
4b3c31b
to
cbbb869
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 7/597 tests failed ⚠.
The first 10 failing tests are:
phys_rep_tiered
sc_timepart_multiddl_generated
phys_rep_tiered_nosource_generated
phys_rep_tiered_firstfile_generated
incremental_backup_load
reco-ddlk-sql
cldeadlock
|
Requested to log |
When querying comdb2db, no client info is sent. The host name is all we have. I was hoping that there'd be a short list of hosts. |
If we see an "rte", write a response and wait for the next "newsql".