You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/01/14 10:28:33 UTC

[buildstream] branch juerg/tests-casd-server-shutdown updated (81621f6 -> 3a3413d)

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

juergbi pushed a change to branch juerg/tests-casd-server-shutdown
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 81621f6  tests/testutils/artifactshare.py: Fix shutdown of test server
 discard 66358da  casserver.py: Request shutdown before closing casd channel
     add 4ab6933  plugins/sources/pip.py: Whitelist python 3.9 as a valid version
     add 82a8290  testing/_update_cachekeys.py: Fixed to actually work.
     add 1741ea8  tests/cachekey: Updated for the recent SOURCE_DATE_EPOCH change.
     add e569dc6  Merge pull request #1561 from apache/tristan/fix-cache-key-test
     add 39e5821  casserver.py: Request shutdown before closing casd channel
     add 3a3413d  tests/testutils/artifactshare.py: Fix shutdown of test server

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (81621f6)
            \
             N -- N -- N   refs/heads/juerg/tests-casd-server-shutdown (3a3413d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/buildstream/plugins/sources/pip.py            | 1 +
 src/buildstream/testing/_update_cachekeys.py      | 4 +++-
 tests/cachekey/project/elements/build1.expected   | 2 +-
 tests/cachekey/project/elements/build2.expected   | 2 +-
 tests/cachekey/project/elements/build3.expected   | 2 +-
 tests/cachekey/project/elements/compose1.expected | 2 +-
 tests/cachekey/project/elements/compose2.expected | 2 +-
 tests/cachekey/project/elements/compose3.expected | 2 +-
 tests/cachekey/project/elements/compose4.expected | 2 +-
 tests/cachekey/project/elements/compose5.expected | 2 +-
 tests/cachekey/project/elements/import1.expected  | 2 +-
 tests/cachekey/project/elements/import2.expected  | 2 +-
 tests/cachekey/project/elements/import3.expected  | 2 +-
 tests/cachekey/project/elements/script1.expected  | 2 +-
 tests/cachekey/project/sources/bzr1.expected      | 2 +-
 tests/cachekey/project/sources/git1.expected      | 2 +-
 tests/cachekey/project/sources/git2.expected      | 2 +-
 tests/cachekey/project/sources/git3.expected      | 2 +-
 tests/cachekey/project/sources/local1.expected    | 2 +-
 tests/cachekey/project/sources/local2.expected    | 2 +-
 tests/cachekey/project/sources/patch1.expected    | 2 +-
 tests/cachekey/project/sources/patch2.expected    | 2 +-
 tests/cachekey/project/sources/patch3.expected    | 2 +-
 tests/cachekey/project/sources/pip1.expected      | 2 +-
 tests/cachekey/project/sources/remote1.expected   | 2 +-
 tests/cachekey/project/sources/remote2.expected   | 2 +-
 tests/cachekey/project/sources/tar1.expected      | 2 +-
 tests/cachekey/project/sources/tar2.expected      | 2 +-
 tests/cachekey/project/sources/zip1.expected      | 2 +-
 tests/cachekey/project/sources/zip2.expected      | 2 +-
 tests/cachekey/project/target.expected            | 2 +-
 31 files changed, 33 insertions(+), 30 deletions(-)