swagger-api / swagger-api/swagger-codegen
Impossible to file PR due to issues with CircleCI
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
CircleCI which is run as a part of PR verification appears to be breaking, leading to a bunch of PRs not passing automated checks. Here's an example PR I submitted:
https://github.com/swagger-api/swagger-codegen/pull/7915
it's failing with:
ci/circleci — A command timed out during your tests
details are:
command mvn -q verify -Psamples took more than 10 minutes since last output
I notice other recent PRs are also failing with similar issues in CircleCI.
Contributor guide
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
No source file or test is named. Start by reproducing the CircleCI failure from the example PR and inspect the mvn -q verify -Psamples job output to determine why it exceeds the 10-minute timeout. Done means the verification command completes successfully for pull requests without timing out.
Written by the indexing model from the issue text.
Assessment
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100