Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
    • Loading...
  • 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
  • Merge requests 2
    • Merge requests 2
  • Requirements
    • Requirements
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge requests
  • !12604

Merged
Created Jul 03, 2017 by Rémy Coutable@rymaiMaintainer

Eagerly create a milestone that is used in a feature spec

  • 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
Reviewer
Request review from
Time tracking
Source branch: 34609-fix-lazy-create-milestone-in-spec

Enable Gitpod?

To use Gitpod you must first enable the feature in the integrations section of your user preferences.

Cancel Enable Gitpod