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

Add Integration tests to be run in a remote cluster #250

Closed hhorak closed 5 years ago

hhorak commented 5 years ago

The idea is to have an easy way to run tests in an existing cluster, that might be remote via make test-openshift-remote-cluster or directly via test/run-openshift-remote-cluster.

hhorak commented 5 years ago

[test-openshift]

hhorak commented 5 years ago

[test-openshift]

hhorak commented 5 years ago

[test-openshift]

hhorak commented 5 years ago

[test-openshift]

hhorak commented 5 years ago

Fedora build is failing because the setcap is still set wrongly in the current latest package -- once https://src.fedoraproject.org/rpms/community-mysql/c/7c7c8b37e07ecaa3b86e0a2742368823cc2e1862?branch=master is fixed, it should start passing again. Won't block this PR because of that.