Skip to content

Instantly share code, notes, and snippets.

@aslakknutsen
Last active November 2, 2016 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aslakknutsen/8b474b2de1aa556208a08419d04d8f68 to your computer and use it in GitHub Desktop.
Save aslakknutsen/8b474b2de1aa556208a08419d04d8f68 to your computer and use it in GitHub Desktop.
Test data generator

Mighti Test Data Generator

Should be able to generate data to represent

  • a fixed total number of WorkItems (30.000) (for a given project)

    • spread over a certain time frame (e.g. last 5 years)

      • with possible spike periods (active early on, or active towards the end)

    • over a certain % share of WorkItemTypes (30% Bugs, 2% UserStory, 1% Experiences, n% Tasks)

    • over a certain % share of different States (10% New 2% In Progress 70% Closed)

    • across a team of a certain size with certain % across the people (some more active then other)

      • (across a decreasing/increasing team size in time)

      • created by

      • assigned to

    • with description of mixed sizes (from 0.1kb to 2kb?)

@aslakknutsen
Copy link
Author

Probably easier to just find n number of existing projects of different size in existing systems and convert the data. Would generally be more realistic.

XL - Long history - Fedora - 408.000 issues in Bugzilla
Medium - Short history - OpenShift 5.000 issues in GitHub
Medium - Long history - JBoss Tools - 22.563 issues Jira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment