exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Add a test for the memory options with real float values #212

Open tomuben opened 2 years ago

tomuben commented 2 years ago

Background

In https://github.com/exasol/script-languages-container-tool/pull/140 we discovered that in recent DB versions the floating point values of MemSize are being modified. It would be good to have this catched already here in one test.

Acceptance Criteria

Modify:

  1. DockerTestEnvironmentDBMemSizeTest
  2. DockerTestEnvironmentDBDiskSizeTest

and addd floating point values, like: 1.4 Gib etc.