Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scality/Zenko
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development/2.9
Choose a base ref
...
head repository: scality/Zenko
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: w/2.9/bugfix/ZENKO-4806
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Ensure the KafkaCleaner test completes

    An issue where the kafkacleaner never completed was observed in
    the CI; as a result, the build took 6h before being cancelled.
    THis fix ensures that we tolerate up to 6min.
    Note that the current value is 30s * (1000 + 5000) so 3 minutes.
    
    Issue: ZENKO-4806
    williamlardier committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1b2f5f3 View commit details
    Browse the repository at this point in the history
  2. Extend the duration checks for the DMF volume

    In some cases, the platform will take some time to process the
    event, so the test will fail, although there is no error.
    This change also add a sleep between two checks, to reduce the
    impact on the CPU when multiple tests are running this step in
    parallel.
    
    Issue: ZENKO-4806
    williamlardier committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0257dca View commit details
    Browse the repository at this point in the history
  3. Lint code

    Issue: ZENKO-4806
    williamlardier committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e22a9de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0125893 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    7c13106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26434d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667ecec View commit details
    Browse the repository at this point in the history
Loading