Skip to content

Fix addl cfg test#5781

Merged
chands10 merged 1 commit intobloomberg:mainfrom
chands10:addl_cfg_fix
Mar 9, 2026
Merged

Fix addl cfg test#5781
chands10 merged 1 commit intobloomberg:mainfrom
chands10:addl_cfg_fix

Conversation

@chands10
Copy link
Contributor

@chands10 chands10 commented Mar 3, 2026

dbname needs to be defined when reading config in get_connection for dbinfo optimization

Pass in hndl and metadb info since bb does too

Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
disttxn
consumer_non_atomic_default_consumer_generated
remsql_locks_rte_connect_generated
remsql_locks

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
sc_truncate
sc_resume_logicalsc_generated
queuedb_rollover
consumer_non_atomic_default_consumer_generated
remsql_locks_rte_connect_generated
remsql_locks
longreq_stats
reco-ddlk-sql

{
read_available_comdb2db_configs(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
char *dbname = hndl->dbname;
strcpy(c->db.name, dbname);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to set dbname for addl cfg to be parsed

@chands10
Copy link
Contributor Author

chands10 commented Mar 9, 2026

cdb2test Mar 3 18:30:49 2026 success addl_cfg_fix.R20260303.9

@chands10 chands10 merged commit d1af879 into bloomberg:main Mar 9, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants