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

Improve flaky CI integration tests #140

Closed
morazow opened this issue Mar 26, 2021 · 0 comments · Fixed by #165
Closed

Improve flaky CI integration tests #140

morazow opened this issue Mar 26, 2021 · 0 comments · Fixed by #165
Labels
refactoring Code improvement without behavior change

Comments

@morazow
Copy link
Contributor

morazow commented Mar 26, 2021

Sometimes integration tests in CI fail with exception related to memory issues.

com.exasol.jdbc.ConnectionLost: Connection lost after system running out of memory. SessionID:1695300427049402368
[info]   at com.exasol.jdbc.ExceptionFactory.createSQLException(ExceptionFactory.java:154)
[info]   at com.exasol.jdbc.ExceptionFactory.createSQLException(ExceptionFactory.java:21)
[info]   at com.exasol.jdbc.AbstractEXAConnection.connectAndLogin(AbstractEXAConnection.java:2376)
[info]   at com.exasol.jdbc.AbstractEXAConnection.setupConnection(AbstractEXAConnection.java:1492)
[info]   at com.exasol.jdbc.AbstractEXAConnection.reconnect(AbstractEXAConnection.java:3813)
[info]   at com.exasol.jdbc.ServerCommunication.handle(ServerCommunication.java:230)
[info]   at com.exasol.jdbc.AbstractEXAConnection.communication(AbstractEXAConnection.java:2847)
[info]   at com.exasol.jdbc.AbstractEXAConnection.communication_resultset(AbstractEXAConnection.java:2553)
[info]   at com.exasol.jdbc.AbstractEXAStatement.execute(AbstractEXAStatement.java:466)
[info]   at com.exasol.jdbc.EXAStatement.execute(EXAStatement.java:288)
[info]   ...

Acceptance Criteria

  • Importer tests are separated
  • Sleeps are removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants