Skip to content

terraform tests: Set default replication factors#31502

Merged
def- merged 1 commit intoMaterializeInc:mainfrom
def-:pr-repfac
Feb 14, 2025
Merged

terraform tests: Set default replication factors#31502
def- merged 1 commit intoMaterializeInc:mainfrom
def-:pr-repfac

Conversation

@def-
Copy link
Contributor

@def- def- commented Feb 14, 2025

Follow-up to #31452. Some testdrive tests require these clusters to be usable.

Seen failing in https://buildkite.com/materialize/nightly/builds/11143#019501e1-d68b-407e-8801-4a60b5a18f5d

Green test run: https://buildkite.com/materialize/nightly/builds/11151

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.

@def- def- marked this pull request as ready for review February 14, 2025 09:53
@def- def- requested a review from a team as a code owner February 14, 2025 09:53
@def- def- enabled auto-merge February 14, 2025 09:59
@def- def- disabled auto-merge February 14, 2025 22:57
@def- def- enabled auto-merge February 14, 2025 22:57
Copy link
Contributor

@SangJunBak SangJunBak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small requests but otw lgtm!

Comment on lines +29 to +32
system = 1
probe = 1
support = 1
analytics = 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the expected defaults should be

system = 0
probe = 0
support = 0
analytics = 0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But the tests expect these clusters to have replicas and be responsive, I'm seeing test failures otherwise, and would prefer not to exclude more tests.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh that makes sense!

@def- def- merged commit 93fd5ae into MaterializeInc:main Feb 14, 2025
7 checks passed
@def- def- deleted the pr-repfac branch February 14, 2025 23:13
@def- def- added the self-managed-backport-v25.1 Needs to be backported into the v25.1 self-managed release label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

self-managed-backport-v25.1-done self-managed-backport-v25.1 Needs to be backported into the v25.1 self-managed release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants