You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/02/05 09:56:21 UTC

[GitHub] [buildstream] BuildStream-Migration-Bot opened a new issue #1395: Grouped commands are no longer grouped in the UI

BuildStream-Migration-Bot opened a new issue #1395:
URL: https://github.com/apache/buildstream/issues/1395


   [See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/1395)
   In GitLab by [[Gitlab user @tristanvb]](https://gitlab.com/tristanvb) on Sep 20, 2020, 08:45
   
   When we run the configure commands, we usually see:
   
   ```
   [log line] Running configure-commands
   
       ./configure --prefix=/usr
           --enable-foo
           ...
           ...
   ```
   
   And when we run build commands, we usually see:
   
   ```
   [log line] Running build-commands
   
       ./configure --prefix=/usr
           --enable-foo
           ...
           ...
   ```
   
   But with command batching for `RE` purposes, we've degraded the quality of the UI, and we see:
   
   ```
   [log line] Running commands
   
       ./configure --prefix=/usr
           --enable-foo
           ...
           ...
   
       Message contained 97 more lines
   ```
   
   We can no longer see whats happening while it's happening, the log lines were usually not truncated, and even when they were truncated, we can have a very good idea of what is running (configure, make, install, etc... with the exact commands printed in the UI).
   
   It would be great to restore this grouping; I would have expected the RE service and buildbox to send us the messages for every command which runs in every group, whilst they are getting run in the remote worker (or local buildbox daemon).
   
   I think this is a fairly severe regression of the UI and master log.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [buildstream] gtristan closed issue #1395: Grouped commands are no longer grouped in the UI

Posted by GitBox <gi...@apache.org>.
gtristan closed issue #1395:
URL: https://github.com/apache/buildstream/issues/1395


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [buildstream] gtristan commented on issue #1395: Grouped commands are no longer grouped in the UI

Posted by GitBox <gi...@apache.org>.
gtristan commented on issue #1395:
URL: https://github.com/apache/buildstream/issues/1395#issuecomment-1042597896


   Command batching is now a fact of live, closing this with WONTFIX.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org