Skip to content

Conversation

@jshum2479
Copy link
Member

Added a step early in domain creation to verify database connectivity

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 27, 2023
else:
# create empty rcu_db_info for cli case
rcu_db_info = RcuDbInfo(model_context, aliases, None)

Copy link
Member

@rakillen rakillen Mar 29, 2023

Choose a reason for hiding this comment

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

There's a static method that does all these checks:

 rcu_db_info = rcudbinfo_helper.create(model_dictionary, model_context, aliases) 
Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, fixed

@sonarqubecloud
Copy link

@robertpatrick robertpatrick merged commit 25d1a77 into main Mar 29, 2023
@robertpatrick robertpatrick deleted the owls-741-verify-jr-db-connectivity branch March 29, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

3 participants