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

Update OracleContainer and re-activate on CI #4298

Merged
merged 7 commits into from
Aug 19, 2021
Merged

Update OracleContainer and re-activate on CI #4298

merged 7 commits into from
Aug 19, 2021

Conversation

kiview
Copy link
Member

@kiview kiview commented Jul 21, 2021

Trying to reproduce #4297

@kiview
Copy link
Member Author

kiview commented Aug 9, 2021

The changes from the test class should be moved to the real Oracle module container class and then we can enable the CI in the tests.

@pioorg pioorg marked this pull request as ready for review August 10, 2021 13:49
@kiview kiview changed the title Test Oracle-XE on CI Update OracleContainer and re-activate on CI Aug 10, 2021
Copy link
Member Author

@kiview kiview left a comment

Choose a reason for hiding this comment

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

Can't approve because I opened the PR 😅
LGTM, just note the comment.

Comment on lines 17 to 20
@Deprecated
public static final String DEFAULT_TAG = "18.4.0";
@Deprecated
public static final String IMAGE = DEFAULT_IMAGE_NAME.getUnversionedPart();
Copy link
Member Author

Choose a reason for hiding this comment

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

Why add those public constants, if they were not present in the first place?

Comment on lines 17 to 20
@Deprecated
public static final String DEFAULT_TAG = "18.4.0-slim";
@Deprecated
public static final String IMAGE = DEFAULT_IMAGE_NAME.getUnversionedPart();
Copy link
Member

Choose a reason for hiding this comment

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

These are newly added fields - no need to make them public and deprecated

kiview and others added 3 commits August 19, 2021 16:22
…OracleContainer.java

Co-authored-by: Sergei Egorov <bsideup@gmail.com>
…OracleContainer.java

Co-authored-by: Sergei Egorov <bsideup@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants