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

Backport/multi bucket policy bobcat #1269

Open
wants to merge 4 commits into
base: stable/bobcat
Choose a base branch
from

Commits on Oct 1, 2024

  1. CephRGWTest: Reorder test cases

    * Rename `test_004_migration_and_multisite_failover` to `test_100_migration_and_multisite_failover`
        * This will allow us to insert more multi-site tests after `test_003`,
          before scale-down scenario is run in `test_100_migration_and_multisite_failover`.
    * Rename `test_005_virtual_hosted_bucket` to `test_101_virtual_hosted_bucket`.
        * This was previously run after `test_004_migration_and_multisite_failover`.
          So, we rename the test case to `test_101` to keep the same order.
    
    Signed-off-by: Ionut Balutoiu <[email protected]>
    ionutbalutoiu authored and UtkarshBhatthere committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f60616c View commit details
    Browse the repository at this point in the history
  2. CephRGWTest: Wait for sites to be syncronised before recovery scenario

    If `self.promote_rgw_to_primary(self.primary_rgw_app)` is executed
    before sites are syncronised, the sites will not be syncronised after.
    
    Signed-off-by: Ionut Balutoiu <[email protected]>
    ionutbalutoiu authored and UtkarshBhatthere committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    891d855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56226b5 View commit details
    Browse the repository at this point in the history
  4. CephRGWTest: Deduplicate code to create multi-site relation

    Signed-off-by: Ionut Balutoiu <[email protected]>
    ionutbalutoiu authored and UtkarshBhatthere committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    26912d5 View commit details
    Browse the repository at this point in the history