Skip to content

chore(deps): update dependency pytest-xdist to v2.3.0 - #6234

Merged
gcf-merge-on-green[bot] merged 2 commits into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/pytest-xdist-2.x
Aug 3, 2021
Merged

chore(deps): update dependency pytest-xdist to v2.3.0#6234
gcf-merge-on-green[bot] merged 2 commits into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/pytest-xdist-2.x

Conversation

@renovate-bot

@renovate-botrenovate-bot commented Jun 24, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
pytest-xdist==2.2.1 -> ==2.3.0ageadoptionpassingconfidence

Release Notes

pytest-dev/pytest-xdist

v2.3.0

Compare Source

===============================

Deprecations and Removals

  • #&#8203;654 <https://github.com/pytest-dev/pytest-xdist/issues/654>_: Python 3.5 is no longer supported.

Features

  • #&#8203;646 <https://github.com/pytest-dev/pytest-xdist/issues/646>_: Add --numprocesses=logical flag, which automatically uses the number of logical CPUs available, instead of physical CPUs with auto.

    This is very useful for test suites which are not CPU-bound.

  • #&#8203;650 <https://github.com/pytest-dev/pytest-xdist/issues/650>_: Added new pytest_handlecrashitem hook to allow handling and rescheduling crashed items.

Bug Fixes

  • #&#8203;421 <https://github.com/pytest-dev/pytest-xdist/issues/421>_: Copy the parent process sys.path into local workers, to work around execnet's python -c adding the current directory to sys.path.

  • #&#8203;638 <https://github.com/pytest-dev/pytest-xdist/issues/638>_: Fix issue caused by changing the branch name of the pytest repository.

Trivial Changes

  • #&#8203;592 <https://github.com/pytest-dev/pytest-xdist/issues/592>_: Replace master with controller where ever possible.

  • #&#8203;643 <https://github.com/pytest-dev/pytest-xdist/issues/643>_: Use 'main' to refer to pytest default branch in tox env names.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot
renovate-bot requested a review from a team as a code ownerJune 24, 2021 20:01
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2021
@product-auto-labelproduct-auto-labelBot added the samples Issues that are directly related to samples. label Jun 24, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 24, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 24, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 26, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 26, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2021
@leahecoleleahecole assigned leahecole and unassigned kurtisvgJul 19, 2021
@renovate-bot
renovate-botforce-pushed the renovate/pytest-xdist-2.x branch from 323edac to 0ae6447CompareJuly 19, 2021 20:49
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@leahecole

leahecole commented Jul 19, 2021

Copy link
Copy Markdown
Collaborator

The Dataflow flex template jobs are hanging with a "RateLimitExceeded" error on write operations to the BigQuery table. There were a bunch of these flex template streaming jobs in progress (some that hadn't properly gotten canceled - perhaps from the service key problem last week) so I canceled some of them and will try rerunning this.

@leahecoleleahecole added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@leahecole

Copy link
Copy Markdown
Collaborator

The Dataflow flex template jobs are hanging with a "RateLimitExceeded" error on write operations to the BigQuery table. There were a bunch of these flex template streaming jobs in progress (some that hadn't properly gotten canceled - perhaps from the service key problem last week) so I canceled some of them and will try rerunning this.

The Dataflow jobs properly canceled themselves, but the test still seems to be hanging. The BigQuery resources for flex templates properly delete too. I haven't checked pubsub but I saw logs about pubsub deletion that looked promising.

@leahecole

Copy link
Copy Markdown
Collaborator

@davidcavazos suspects the publisher fixture hangs on the parallelization that Pytest is doing under the hood. He will be OOO and will look into this next week

@leahecoleleahecole added the status: blocked Resolving the issue is dependent on other work. label Jul 20, 2021
@leahecole

Copy link
Copy Markdown
Collaborator

blocked by #6445

@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 30, 2021
@leahecoleleahecole removed the status: blocked Resolving the issue is dependent on other work. label Jul 30, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 30, 2021
@leahecoleleahecole added the automerge Merge the pull request once unit tests and other checks pass. label Jul 30, 2021
@gcf-merge-on-green

Copy link
Copy Markdown
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 31, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 31, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 31, 2021
@leahecole
leahecoleforce-pushed the renovate/pytest-xdist-2.x branch from 1de204f to 5697380CompareAugust 3, 2021 17:42
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@leahecole

Copy link
Copy Markdown
Collaborator

removed people and planet and grouped it with #6502

@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2021
@dandhleedandhlee added the automerge Merge the pull request once unit tests and other checks pass. label Aug 3, 2021
@gcf-merge-on-green
gcf-merge-on-greenBot merged commit 09caf99 into GoogleCloudPlatform:masterAug 3, 2021
@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.owlbot:runAdd this label to trigger the Owlbot post processor.samplesIssues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@renovate-bot@leahecole@busunkim96@davidcavazos@kokoro-team@kurtisvg@dandhlee