FoundationDB / fdb-kubernetes-operator

A kubernetes operator for FoundationDB
Apache License 2.0
241 stars 82 forks source link

Disable availability check for upgrade test #2050

Closed johscheuer closed 4 months ago

johscheuer commented 4 months ago

Description

The test is disruptive by design, so doing an availability check is providing false signals.

Type of change

Please select one of the options below.

Discussion

As the test case is deleting pods outside of the operators scope, it's expected that this can cause disruptions, especially for those small clusters.

Testing

CI will run e2e tests.

Documentation

-

Follow-up

-

foundationdb-ci commented 4 months ago

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

johscheuer commented 4 months ago

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

  • Commit ID: a3ae522
  • Duration 2:12:37
  • Result: ❌ FAILED
  • Error: Error while executing command: if $fail_test; then exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
• [FAILED] [1092.675 seconds]
Operator HA Upgrades when no remote storage processes are restarted [It] Upgrade from 7.1.57 to 7.3.33 [e2e, pr]
/codebuild/output/src346334458/src/github.com/FoundationDB/fdb-kubernetes-operator/e2e/fixtures/upgrade_test_configuration.go:115

  [FAILED] Unexpected error:
      <*fmt.wrapError | 0xc008b03ba0>: 
      timeout waiting for all clusters to be upgraded to 7.3.33, original error: timed out waiting for the condition
      {
          msg: "timeout waiting for all clusters to be upgraded to 7.3.33, original error: timed out waiting for the condition",
          err: <*errors.errorString | 0x29054b0>{
              s: "timed out waiting for the condition",
          },
      }
  occurred
  In [It] at: /codebuild/output/src346334458/src/github.com/FoundationDB/fdb-kubernetes-operator/e2e/fixtures/ha_fdb_cluster.go:313 @ 06/05/24 11:36:32.18
------------------------------
Operator HA Upgrades when locality 
foundationdb-ci commented 4 months ago

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