You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/02/28 09:04:21 UTC

[buildstream] branch master updated (16654a0 -> 6dacf7f)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    from 16654a0  Merge pull request #1602 from apache/tristan/properly-fail-tests
     add fa775a6  _testing/_fixtures.py: Added comment/hint around gRPC thread assertions
     add 531254a  sandbox.py: Make the sandbox a context manager and give it a _cleanup() method
     add 1129965  element.py: Ensure that sandboxes are used within `with` statements
     add 02f6a13  sandbox/_sandboxremote.py: Close the storage remote at cleanup time
     new 6dacf7f  Merge pull request #1605 from apache/tristan/fix-leaking-grpc-threads

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/buildstream/_testing/_fixtures.py     |  4 ++++
 src/buildstream/element.py                |  9 +++++----
 src/buildstream/sandbox/_sandboxremote.py |  6 ++++++
 src/buildstream/sandbox/sandbox.py        | 21 +++++++++++++++++++++
 4 files changed, 36 insertions(+), 4 deletions(-)

[buildstream] 01/01: Merge pull request #1605 from apache/tristan/fix-leaking-grpc-threads

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6dacf7fcb4bc80bf5eb4d79592c187346c0acb1a
Merge: 16654a0 02f6a13
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Feb 28 18:04:13 2022 +0900

    Merge pull request #1605 from apache/tristan/fix-leaking-grpc-threads
    
    Fix leaking gRPC threads

 src/buildstream/_testing/_fixtures.py     |  4 ++++
 src/buildstream/element.py                |  9 +++++----
 src/buildstream/sandbox/_sandboxremote.py |  6 ++++++
 src/buildstream/sandbox/sandbox.py        | 21 +++++++++++++++++++++
 4 files changed, 36 insertions(+), 4 deletions(-)