Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 971
    • Issues 971
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tails
  • tails
  • Merge requests
  • !93

Test suite: make "Scenario: The Additional Software dpkg hook…" scenario more robust

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged intrigeri requested to merge test/additional-software-with-locked-persistence-robustness into stable Jul 19, 2020
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

Test suite: make "Scenario: The Additional Software dpkg hook notices when persistence is locked down while installing a package" more robust.

I've seen a case when this step:

Then the Additional Software dpkg hook has been run for package "makepp" and notices the persistence is locked

… failed with a timeout waiting for the expected message to appear in the logs, while the /run/live-additional-software/log artifact saved by the test suite a few seconds after this timeout expired does include that message.

So, let's:

  • wait a bit longer
  • increase the delay between try_for iterations, to avoid the test suite itself slowing down the very thing we're waiting for (i.e. the Additional Software dpkg hook).
Edited Jul 23, 2020 by boyska
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: test/additional-software-with-locked-persistence-robustness