[ 
https://issues.apache.org/jira/browse/DISPATCH-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314852#comment-17314852
 ] 

ASF GitHub Bot commented on DISPATCH-1969:
------------------------------------------

jiridanek opened a new pull request #1104:
URL: https://github.com/apache/qpid-dispatch/pull/1104


   CC @pwright Thanks for your suggestion, the command works. It prints the 
following warning, as can be seen in the GHA run
   
   ```
   Failed to parse formatted text: Routers transfer messages between producers 
and consumers, but unlike message brokers, they do not take responsibility for 
messages. Instead, routers propagate message settlement and disposition across 
a network such that delivery guarantees are met. That is, the router network 
will deliver the message – possibly through several intermediate routers 
– and then route the consumer’s acknowledgement of that message 
back across the same path. The responsibility for the message is transferred 
from the producer to the consumer as if they were directly connected.
   ```
   
   I tried to make it exit with !=0 in this situation but I could not do it. 
The PDF this renders can be downloaded from the job too (when all subjobs 
complete), or it's liked here 
[book.pdf](https://github.com/apache/qpid-dispatch/files/6258306/book.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Create CI job that renders Dispatch documentation
> -------------------------------------------------
>
>                 Key: DISPATCH-1969
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1969
>             Project: Qpid Dispatch
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 1.16.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>             Fix For: 1.16.0
>
>
> This should prevent breakages such as this recent one
> {code}
> [ 87%] Generating qdrouterd_help.adoc
> Traceback (most recent call last):
>   File "/foo/qpid-dispatch/build/run.py", line 132, in <module>
>     run_path(sys.argv[0], run_name="__main__")
>   File "/foo/qpid-dispatch/build/run.py", line 116, in run_path
>     runpy.run_path(file_path, run_name=run_name)
>   File "/usr/lib64/python3.9/runpy.py", line 268, in run_path
>     return _run_module_code(code, init_globals, run_name,
>   File "/usr/lib64/python3.9/runpy.py", line 97, in _run_module_code
>     _run_code(code, mod_globals, init_globals,
>   File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code
>     exec(code, run_globals)
>   File "/foo/qpid-dispatch/docs/man/help2txt.py", line 31, in <module>
>     from qpid_dispatch_internal.compat.subproc import check_output
> ModuleNotFoundError: No module named 'qpid_dispatch_internal.compat.subproc'
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to