Skip to content

Add healthcheck for Oracle testing - #1305

Draft
DarkSide666 wants to merge 3 commits into
developfrom
feature/add-oracle-healthcheck
Draft

Add healthcheck for Oracle testing#1305
DarkSide666 wants to merge 3 commits into
developfrom
feature/add-oracle-healthcheck

Conversation

@DarkSide666

Copy link
Copy Markdown
Member

No description provided.

Comment thread .github/workflows/test-unit.yml Outdated
image: gvenzl/${{ matrix.type == 'Phpunit Lowest' && 'oracle-free:slim-faststart' || 'oracle-xe:18-slim-faststart' }}
env:
ORACLE_PASSWORD: atk4_pass
options: >-

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This change/PR increases the "Initialize containers" CI step by 30-60 seconds.

I would be happy if this healthcheck can be moved to the Oracle testing step directly as it should be alsmost for free there...

@mvorisek mvorisek changed the title Add healthcheck for Oracle service Add healthcheck for Oracle testing Aug 17, 2026
@mvorisek
mvorisek marked this pull request as draft August 17, 2026 09:39
@DarkSide666

Copy link
Copy Markdown
Member Author

Moved Oracle healthcheck from initialization phase to right before tests.

@DarkSide666
DarkSide666 marked this pull request as ready for review August 17, 2026 11:15
@DarkSide666
DarkSide666 requested a review from mvorisek August 17, 2026 11:15
@mvorisek

Copy link
Copy Markdown
Member

Something like this, it is ugly ATM, I will review this PR later as not immediately needed, as the non-Oracle tests give enough time for Oracle to startup.

@mvorisek
mvorisek marked this pull request as draft August 17, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants