Bug 999892

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: MasterAssignee: Lili Nader <lnader>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: 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:
Description Flags
Output of running the first time
none
Output of running the second time none

Description Liang Xia 2013-08-22 10:40:21 UTC
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:

Comment 1 Liang Xia 2013-08-22 10:41:52 UTC
Created attachment 789131 [details]
Output of running the second time

Comment 4 Liang Xia 2013-08-28 06:19:41 UTC
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