opendevstack / opendevstack/ods-quickstarters
E2E spock quickstarter - performance!
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 39
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The spock quickstarter is mega slow (naked execution ~5mins)
- gradle version download ~7secs
- spock lib dependencies (2m11s pure load time)
- 3 times compile etc in gradle (one for each category of tests)
- allwaysPullImage set to true / default (depends on the node you run on, and your INF settings)
@metmajer - you also hit this in the sockshop demo
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Spock quickstarter's naked execution and measure the Gradle download, Spock dependency loading, repeated compilation, and image-pull steps described in the issue. Inspect the quickstarter's Gradle configuration and test-category entry points; done means the reported performance bottlenecks are addressed and execution time is measurably reduced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy, java
- Domain
- build-system, performance, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100