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

Extend bucket notification timeout and map to the test timeout #2135

Draft
wants to merge 5 commits into
base: development/2.6
Choose a base branch
from

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