Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the replacement wait time #2079

Merged

Conversation

johscheuer
Copy link
Member

Description

We have seen a few failures for those test cases where the default 5 min timeout was not enough. The failures were observed when multiple test suites were running in parallel.

Type of change

Please select one of the options below.

  • Bug fix (non-breaking change which fixes an issue)

Discussion

Testing

Documentation

Follow-up

@foundationdb-ci
Copy link

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

  • Commit ID: 73960f8
  • Duration 2:51:58
  • 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)

@johscheuer
Copy link
Member Author

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

  • Commit ID: 73960f8
  • Duration 2:51:58
  • 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] in [It] - /codebuild/output/src157854643/src/github.com/FoundationDB/fdb-kubernetes-operator/e2e/fixtures/kubernetes_fixtures.go:180 @ 06/25/24 11:30:55.978
• [FAILED] [20.905 seconds]
Operator Upgrades upgrading a cluster without chaos [It] Upgrade from 7.1.57 to 7.3.33 [e2e, pr]
/codebuild/output/src157854643/src/github.com/FoundationDB/fdb-kubernetes-operator/e2e/fixtures/upgrade_test_configuration.go:115

  [FAILED] Unexpected error:
      <*errors.StatusError | 0xc000328aa0>: 
      secrets "9hlc9ul3xemhir6ejrx8e97x5tplyrdk" already exists
      {
          ErrStatus: {
              TypeMeta: {Kind: "", APIVersion: ""},
              ListMeta: {
                  SelfLink: "",
                  ResourceVersion: "",
                  Continue: "",
                  RemainingItemCount: nil,
              },
              Status: "Failure",
              Message: "secrets \"9hlc9ul3xemhir6ejrx8e97x5tplyrdk\" already exists",
              Reason: "AlreadyExists",
              Details: {
                  Name: "9hlc9ul3xemhir6ejrx8e97x5tplyrdk",
                  Group: "",
                  Kind: "secrets",
                  UID: "",
                  Causes: nil,
                  RetryAfterSeconds: 0,
              },
              Code: 409,
          },
      }
  occurred
  In [It] at: /codebuild/output/src157854643/src/github.com/FoundationDB/fdb-kubernetes-operator/e2e/fixtures/kubernetes_fixtures.go:180 @ 06/25/24 11:30:55.978
------------------------------

That failure is unrelated 👀

@johscheuer johscheuer merged commit c66f757 into FoundationDB:main Jun 25, 2024
7 of 8 checks passed
@johscheuer johscheuer deleted the increase-replacement-wait-time branch June 25, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants