crc-org / snc

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
https://crc.dev
Apache License 2.0
103 stars 50 forks source link

disable monitor tests to allow pipeline to succeed #944

Closed redbeam closed 3 months ago

redbeam commented 3 months ago

The pipeline is currently not passing because of failing monitor tests. This is because the monitoring stack is disabled by default. The (temporary?) solution is to disable the monitoring tests with a flag in openshift-tests binary.

redbeam commented 3 months ago

Commit f1fbc51865f4634c0466d1796547c14ae17520ee:

The pipeline has been failing for a long time because of failing monitor tests.
The failing tests were:
    [Jira:"Test Framework"] monitor test alert-summary-serializer collection
    [Jira:"Test Framework"] monitor test metrics-endpoints-down collection
    [Jira:"Monitoring"] monitor test metrics-api-availability setup
    [Jira:"Monitoring"] monitor test monitoring-statefulsets-recreation setup
    [sig-network] can collect host-to-host poller pod logs
    [sig-network] can collect pod-to-host poller pod logs

The tests were disabled using the `--disable-monitor` flag in the
`openshift-tests` binary.