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

Inconsistency in Exception Handling between Juju SDK Charms Documentation and Repository #3515

Open
mateofloreza opened this issue Nov 21, 2023 · 0 comments
Assignees

Comments

@mateofloreza
Copy link

Problem:

The documentation at link regarding exception handling in the Juju SDK charms appears to differ from the actual implementation in the associated GitHub repository.
Details:

Discrepancy: The way exceptions are raised in the technical documentation doesn’t align with the implementation in the [GitHub repository](https://github.com/canonical/juju-sdk-tutorial-k8s.git).
Effect: This inconsistency affects the verification process outlined in the documentation, leading to potential confusion for developers trying to integrate their charms with PostgreSQL.
Specifics: The guide suggests a certain exception handling approach, but the repository employs a different method, impacting the intended behavior.

Steps to Reproduce:

Follow the instructions outlined in the documentation for integrating a charm with PostgreSQL.
Compare the exception handling process as described in the documentation with the actual implementation in the associated repository.

Expected Behavior:

The documentation and the repository should have consistent guidance on exception handling, ensuring developers have accurate and reliable information when working on charm integration with PostgreSQL.

@tmihoc tmihoc self-assigned this Nov 22, 2023
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

No branches or pull requests

2 participants