Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 634
    • Issues 634
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !1565

Call clean.sh from all relevant setup.sh scripts

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Michał Kępień requested to merge michal/call-clean.sh-from-all-relevant-setup.sh-scripts into master Feb 25, 2019
  • Overview 11
  • Commits 1
  • Pipelines 4
  • Changes 17

For all system tests utilizing named instances, call clean.sh from each test's setup.sh in a consistent way to make sure running the same system test multiple times using run.sh does not trigger false positives caused by stale files created by previous runs.

Ideally we would just call clean.sh from run.sh, but that would break some quirky system tests like rpz or rpzrecurse and being consistent for the time being does not hurt.

Edited Feb 28, 2019 by Michał Kępień
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: michal/call-clean.sh-from-all-relevant-setup.sh-scripts