Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge requests
  • !12604

Eagerly create a milestone that is used in a feature spec

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rémy Coutable requested to merge 34609-fix-lazy-create-milestone-in-spec into master Jul 03, 2017
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

What does this MR do?

The milestone the test tries to set is lazily created so if its creation takes some time (e.g. on the CI), the test could fail because of that. I didn't manage to reproduce this locally, probably because the milestone is created quickly there, but this is definitely a problem on the CI.

The solution is to eagerly create the milestone since we need it in the example.

Closes #34609 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 34609-fix-lazy-create-milestone-in-spec