| Summary: | [origin_broker_77] Some docs are not generated via generate-rest-docs when running the second time. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Liang Xia <lxia> | ||||||
| Component: | Master | Assignee: | Lili Nader <lnader> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 2.x | CC: | mfisher | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-08-29 12:54:48 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 789131 [details]
Output of running the second time
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/32c67a1ef319cc6b43d833ff1eba9ffc910f6b06 Bug 999826 and 999892 Verified on devenv_3716, it generates the same number of docs when running generate-rest-docs multiple times.
# pwd
/root/.source_build/origin-server/broker/doc
# ls html | wc ; ls html_1 | wc
57 57 2648
57 57 2648
|
Created attachment 789129 [details] Output of running the first time Description of problem: Some docs are not generated via generate-rest-docs when running the second time. Version-Release number of selected component (if applicable): devenv_3685 How reproducible: always Steps to Reproduce: 1.generate docs via generate-rest-docs. 2.remove the generated doc folder html. 3.try to generate docs via generate-rest-docs again. Actual results: In step 3 only 17 of 52 docs are generated. Expected results: Docs generated successfully. Additional info: