sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 201 forks source link

tests: use the tfaga wrapper in the testing actions #337

Closed zmiklank closed 1 year ago

zmiklank commented 1 year ago

See TFaGA Wrapper and https://github.com/sclorg/tfaga-wrapper/issues/8.

phracek commented 1 year ago

It looks like mysql-container is failing even in case all tests are passing. Similar to this PR https://github.com/sclorg/mariadb-container/pull/193

[test]

zmiklank commented 1 year ago

It looks like mysql-container is failing even in case all tests are passing. Similar to this PR sclorg/mariadb-container#193

[test]

Changes in this PR will not be seen in the tests you have just triggered here. What do you want to test? The PR you linked is about something different than tfaga wrapper. Can you please show where the tests are misbehaving?

phracek commented 1 year ago

RHEL8 failure:

===============================================
Test cases results:

 [PASSED] for 'appnamenotset' run_container_creation_tests (00:00:10)
 [PASSED] for 'appnamenotset' run_configuration_tests (00:00:30)
 [PASSED] for 'appnamenotset' run_general_tests (00:01:19)
 [PASSED] for 'appnamenotset' run_change_password_test (00:00:20)
 [PASSED] for 'appnamenotset' run_change_password_new_user_test (00:00:25)
 [PASSED] for 'appnamenotset' run_replication_test (00:00:19)
 [PASSED] for 'appnamenotset' run_doc_test (00:00:01)
 [PASSED] for 'appnamenotset' run_s2i_test (00:00:42)
 [PASSED] for 'appnamenotset' run_ssl_test (00:00:13)
 [PASSED] for 'appnamenotset' run_upgrade_test (00:01:06)

Tests for rhel8/mysql-80:1 succeeded.
Examining image ID files in $APP_ID_FILE_DIR=/tmp/tmp.hhZNHcc8Va
7e4382912883a8a9302ac937c0e6031e42e667e5f112de3d2dfbdae929907d41
f8869e4e1c16693f24691e5ce9f3c2408a1ccf5071e7d53403d21cc3043322a3
[snipped]
Stopping and removing container 860844e81a20b1fb121614406d8803ebff41a333882ee40b685f90e1eb9a7230...
860844e81a20b1fb121614406d8803ebff41a333882ee40b685f90e1eb9a7230
Stopping and removing container 1198e323544795ecce510b2ea3d048d57ae5ccf2e142fc62ca878fd5d516539e...
1198e323544795ecce510b2ea3d048d57ae5ccf2e142fc62ca878fd5d516539e
rmdir: failed to remove '/tmp/tmp.ub7GhquL0h': Directory not empty
make: *** [common/common.mk:105: test] Error 1
Shared connection to 10.31.14.88 closed.
zmiklank commented 1 year ago

[test]

zmiklank commented 1 year ago

There seem to be some problem in the TMT plan in RHEL9 - 8.0 use case. Can we merge this? @phracek