Skip to content

CASSANDRA-21177- Adding option for randomizing memtable type in Simul…#4620

Open
shruti-p-s wants to merge 1 commit intoapache:cassandra-5.0from
shruti-p-s:CASSANDRA-21177
Open

CASSANDRA-21177- Adding option for randomizing memtable type in Simul…#4620
shruti-p-s wants to merge 1 commit intoapache:cassandra-5.0from
shruti-p-s:CASSANDRA-21177

Conversation

@shruti-p-s
Copy link
Contributor

…ator tests

Thanks for sending a pull request! Here are some tips if you're new here:

  • Ensure you have added or run the appropriate tests for your PR.
  • Be sure to keep the PR description updated to reflect all changes.
  • Write your PR title to summarize what this PR proposes.
  • If possible, provide a concise example to reproduce the issue for a faster review.
  • Read our contributor guidelines
  • If you're making a documentation change, see our guide to documentation contribution

Commit messages should follow the following format:

<One sentence description, usually Jira title or CHANGES.txt summary>

<Optional lengthier description (context on patch)>

patch by <Authors>; reviewed by <Reviewers> for CASSANDRA-#####

Co-authored-by: Name1 <email1>
Co-authored-by: Name2 <email2>

The Cassandra Jira

@maedhroz maedhroz self-requested a review March 3, 2026 01:11
Copy link
Contributor

@maedhroz maedhroz left a comment

Choose a reason for hiding this comment

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

LGTM...just need to make sure CI is happy

@shruti-p-s
Copy link
Contributor Author

CI looks good, only upgrade tests are failing and that seems unrelated (seems to be caused by having Accord in trunk but not in 5.0)

LGTM...just need to make sure CI is happy

Copy link
Contributor

@frankgh frankgh left a comment

Choose a reason for hiding this comment

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

+1 looks good to me

SERIALIZATION_EMPTY_TYPE_NONEMPTY_BEHAVIOR("cassandra.serialization.emptytype.nonempty_behavior"),
SET_SEP_THREAD_NAME("cassandra.set_sep_thread_name", "true"),
SHUTDOWN_ANNOUNCE_DELAY_IN_MS("cassandra.shutdown_announce_in_ms", "2000"),
SIMULATOR_ITERATIONS("simulator.iterations", "3"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we use CassandraRelevantProperties for properties used by test code only?

Copy link
Contributor

@maedhroz maedhroz Mar 4, 2026

Choose a reason for hiding this comment

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

SIMULATOR_SEED, SIMULATOR_STARTED, TEST_RANDOM_SEED, etc.?

Copy link
Contributor

@netudima netudima Mar 4, 2026

Choose a reason for hiding this comment

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

thanks, than no concerns, if it's an already existing style

Copy link
Contributor

Choose a reason for hiding this comment

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

At the very least, we didn't start the fire :p

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.

4 participants