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

Fix upgrade_through_versions_test.py::TestUpgrade* tests #228

Closed

Commits on Jul 19, 2023

  1. Fix upgrade_through_versions_test.py::TestUpgrade* tests

    Run generated upgrade_through_versions_test on pytest >7.2.0
    pytest-7.2.0 changed how markers were inherited, pytest-dev/pytest#7792
    
    Remove how internode_ssl was changing seeds to append the ssl storage port, it's not needed as the tests always already set enable_legacy_ssl_storage_port to true.
    
     patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-18499
    michaelsembwever committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    64b0b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea29185 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    b841171 View commit details
    Browse the repository at this point in the history