-
Notifications
You must be signed in to change notification settings - Fork 230
Port config changes, add got dbinfo var, remove cdb2_clone and include_defaults #5476
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
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: Success ✓.
Smoke testing: Error ⚠.
Cbuild submission: Success ✓.
Regression testing: 0/0 tests failed ⚠.
1048179
to
44cfc6f
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: Success ✓.
The first 10 failing tests are:
logfill_logput_window_generated
disttxn
dc
cdb2api_unit
sc_downgrade
37bc3d7
to
d3837d9
Compare
|
||
static int get_connection_int(cdb2_hndl_tp *hndl) | ||
{ | ||
only_read_config(hndl); |
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.
I like this function more than the bb-cdb2api equivalent read_cfg_files
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: Success ✓.
The first 10 failing tests are:
cdb2_admin
dc
logfill_logput_window_generated
sc_truncate_lockorder_generated
59866c2
to
a5829e7
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: Success ✓.
The first 10 failing tests are:
logfill_logput_window_generated
sc_transactional_rowlocks_generated
cdb2_admin
sc_downgrade
reco-ddlk-sql
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: Success ✓.
The first 10 failing tests are:
cldeadlock
cdb2test Oct 10 17:52:52 2025 success config_changes.R20251010.10 |
489c0f5
to
896ecd1
Compare
|
||
static int get_connection(cdb2_hndl_tp *hndl) | ||
{ | ||
if (hndl->is_admin || (hndl->flags & CDB2_MASTER)) // don't grab from sockpool |
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.
This is not present in bbcdb2api. Add this line to fix cdb2_admin test
Just force pushed to squash commit |
896ecd1
to
7ecd46e
Compare
fixed merge conflict ^^ |
…e_defaults Signed-off-by: Salil Chandra <[email protected]>
7ecd46e
to
2e2a0f1
Compare
More merge conflicts ^^ |
To help us review your pull request, please consider providing an overview of the following: