Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F fence-agents
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Debian HA TeamDebian HA Team
  • fence-agents
  • Merge requests
  • !2

Reduce minimum delay when running on ppc64el

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Sergio Durigan Junior requested to merge sergiodj/fence-agents:reduce-delay-dep8-ppc64el into master Mar 02, 2021
  • Overview 3
  • Commits 2
  • Pipelines 1
  • Changes 2

Hello,

We have noticed some failures during autopkgtest on Ubuntu/ppc64el due to the delay test:

http://autopkgtest.ubuntu.com/packages/fence-agents/hirsute/ppc64el https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/ppc64el/f/fence-agents/20210226_210546_29714@/log.gz

The reason, as far as I have investigated, is because the delay on ppc64el can be lower than 1000ms. After analysing some of the failing tests' logs, I was able to determine that the delay is always lower than 1000ms, but greater than 500ms. Therefore, I would like to proposed this change to the package. It is conservative in the sense that the minimum delay is adjusted only when running on ppc64el, but I'd appreciate your review especially because I could not figure out where the value of 1000 came from.

Thanks.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: reduce-delay-dep8-ppc64el