FoundationDB / fdb-kubernetes-operator

A kubernetes operator for FoundationDB
Apache License 2.0
238 stars 81 forks source link

Add better error message when command failed and remove flaky check #2069

Closed johscheuer closed 2 weeks ago

johscheuer commented 2 weeks ago

Description

Return the actual command that failed. Also remove the Eventually statement as that one was flaky, there was a race condition where the test detected the process and then the operator updated that Pod with the new version, which would cause the test to fail (as the process would be missing and MustPassRepeatedly(5) was set).

Type of change

Please select one of the options below.

Discussion

-

Testing

Ran the tests manually.

Documentation

-

Follow-up

-

foundationdb-ci commented 2 weeks ago

Result of fdb-kubernetes-operator-pr on Linux CentOS 7

foundationdb-ci commented 2 weeks ago

Result of fdb-kubernetes-operator-pr on Linux CentOS 7