TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

feat: added test for length of logs in operation table #590

Closed SteBaum closed 5 months ago

SteBaum commented 6 months ago

Which issue(s) this PR fixes

Fixes None

Additional comments

Goes with fix: set byte length for operation.logs column #589 as a test which checks if the logs column in the table operation can handle a large amount of bytes on each databases. The amount of characters has been set to 10 000 000. Before the PR #589 the test failed on MySQL and MariaDB and with the PR it succeeds on these databases.

Agreements

SteBaum commented 6 months ago

Just added the command for the extra test in the documentation with the last force push