Skip to content

Conversation

@pj-spoelders
Copy link
Contributor

@pj-spoelders pj-spoelders commented Dec 1, 2025

Description

This pull request:

  • Re-enables Exasol product tests
  • Updates the used Exasol test container to a newer more stable container that fixes a number of startup issues.
  • Disabled the usage of rsyslogd (that pollutes the logs and slows down container startup).

Closes #27339

Additional context and related issues

Rsyslogd is disabled through an environment variable called COSLWD_ENABLED set to 1

Release notes

(x ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Dec 1, 2025
@github-actions github-actions bot added the exasol Exasol connector label Dec 1, 2025
@pj-spoelders pj-spoelders force-pushed the tests/update_testcontainer_disable_rsyslogd_reenable_testsuite branch 2 times, most recently from 698ff82 to 15ad851 Compare December 1, 2025 12:29
@pj-spoelders pj-spoelders marked this pull request as ready for review December 1, 2025 12:37
.withExposedPorts(8563)
.withRequiredServices(ExasolService.JDBC);
.withRequiredServices(ExasolService.JDBC)
.withEnv("COSLWD_ENABLED", "1");
Copy link
Member

Choose a reason for hiding this comment

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

please add a code comment what COSLWD_ENABLED=1 is for

Copy link
Member

Choose a reason for hiding this comment

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

also, in update containers, disable rsyslogd commit
can you maybe change title to sth like Update Exasol container [...]

- suite-delta-lake-databricks164
- suite-delta-lake-databricks173
#- suite-exasol
- suite-exasol
Copy link
Member

Choose a reason for hiding this comment

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

thank you

@pj-spoelders pj-spoelders force-pushed the tests/update_testcontainer_disable_rsyslogd_reenable_testsuite branch from 15ad851 to 4184727 Compare December 1, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed exasol Exasol connector

Development

Successfully merging this pull request may close these issues.

Exasol product tests are flaky

2 participants