Skip to content

Conversation

@schauder
Copy link
Contributor

Oracle integration tests where failing when the docker container was freshly started,
as it happens every time on CI.

The reason was mainly a misuse of Awaitility.ignoreException(Class) which only ignores exception of exactly the class provided, not of subtypes.

Apart from fixing this for Oracle the complete logic for verifying the connection was moved to DataSourceConfiguration so other database use it as well in a consistent manner.

DATAJDBC-573.

schauder added 2 commits July 14, 2020 10:01
Oracle integration tests where failing when the docker container was freshly started, as it happens every time on CI. The reason was mainly a misuse of Awaitility.ignoreException(Class) which only ignores exception of exactly the class provided, not of subtypes. Apart from fixing this for Oracle the complete logic for verifying the connection was moved to DataSourceConfiguration so other database use it as well in a consistent manner.
mp911de pushed a commit that referenced this pull request Jul 14, 2020
Oracle integration tests where failing when the docker container was freshly started, as it happens every time on CI. The reason was mainly a misuse of Awaitility.ignoreException(Class) which only ignores exception of exactly the class provided, not of subtypes. Apart from fixing this for Oracle the complete logic for verifying the connection was moved to DataSourceConfiguration so other database use it as well in a consistent manner. Original pull request: #237.
mp911de added a commit that referenced this pull request Jul 14, 2020
Remove unused imports, reformat code. Tweak logging. Original pull request: #237.
@mp911de
Copy link
Member

mp911de commented Jul 14, 2020

That's merged and polished now.

@mp911de mp911de closed this Jul 14, 2020
@mp911de mp911de deleted the issue/DATAJDBC-573 branch July 14, 2020 14:51
mp911de added a commit that referenced this pull request Feb 21, 2022
mp911de pushed a commit that referenced this pull request Feb 21, 2022
Removed superfluous package name from `@Query` usage. Original pull request: #238.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants