OracleDatabaseServerResource data mounts issues
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
There are multiple issues when using `WithXXXMount`:
- When using `WithDataBindMount` and a password such as `p@ssw0rd1` the container enters an infinite log loop the following message : `Password cannot be null. Enter password:`. The password is valid in other standard usages of the container (like using WithDataVolumeMount, or without any data mount).
- When using `WithDbSetupBindMount`, scripts in the /setup folder are not executed as expected.
Contributor guide
Research direction
Start by tracing the WithDataBindMount and WithDbSetupBindMount entry points and how they configure the container's data and /setup mounts. Reproduce both reported cases with the password and setup scripts described in the issue, then verify that the password is accepted without a log loop and that scripts in /setup execute as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100