Consecutive releases on GitHub not always making it to Dockstore
See original GitHub issueDescribe the bug A user had our GitHub app installed on a repository on 2020-07-23. They made 2 consecutive releases within about 30 seconds of each other (11:17:27am and 11:17:59am), and only the first release made it in. After waiting for a period of time and then trying again, they were able to get the second release in (11:22:08).
Looking at the code, seems like the second release failed with the following
! at io.dockstore.webservice.helpers.GitHubSourceCodeRepo.getDockstoreYml(GitHubSourceCodeRepo.java:769)
To Reproduce Steps to reproduce the behavior:
- Install our github app
- Add a .dockstore.yml to a repository
- Make two successive releases
- Second release may not be recorded on Dockstore.
Expected behavior Both releases should have made it in (assuming they both had valid dockstore.yml files)
┆Issue is synchronized with this Jira Bug ┆Epic: Automated sync of Dockstore and GitHub apps ┆Fix Versions: Dockstore 1.9.X ┆Issue Number: DOCK-1511 ┆Sprint: Sprint 44- Sea Horse ┆Issue Type: Bug
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (12 by maintainers)
Top GitHub Comments
Discussed with Greg and turns out it was deployed on staging – I was looking in the wrong place. Closing; sorry for the confusion.
Cool findings.