Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages.uvloop: disable test_write_to_closed_transport test on 3.8+ #95591

Merged
merged 1 commit into from Aug 16, 2020

Conversation

mweinelt
Copy link
Member

@mweinelt mweinelt commented Aug 16, 2020

Motivation for this change

Reenables the TCP testsuite and only disables the single failing test.

MagicStack/uvloop#355

Noticed the breakage in #95518 (comment) and wondered why master was not affected.

The port to stable blocks #95518.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

…n 3.8+

Reenables the TCP testsuite and only disables the single failing test.

MagicStack/uvloop#355
Copy link
Contributor

@risicle risicle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WFM non-nixos linux x86_64 (not done a full rebuild as it's just a test change)

FWIW there are a few painful time-based tests in test_base.py too which fail for me on darwin simply because it's not generous enough with its time budget. But I don't think that's anything new.

@jonringer
Copy link
Contributor

I ran into some issues with it hanging yesterday as well

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

failures are broken on target branch

https://github.com/NixOS/nixpkgs/pull/95591
6 packages failed to build:
python37Packages.fastapi python37Packages.qasm2image python37Packages.qiskit python38Packages.fastapi python38Packages.qasm2image python38Packages.qiskit

41 packages built:
cura datasette gns3-gui gns3-server google-music-scripts mtprotoproxy octoprint python37Packages.aiorun python37Packages.asyncpg python37Packages.databases python37Packages.datasette python37Packages.entrance python37Packages.entrance-with-router-features python37Packages.google-music python37Packages.httpx python37Packages.orm python37Packages.pproxy python37Packages.qiskit-ibmq-provider python37Packages.sanic python37Packages.sanic-auth python37Packages.sentry-sdk python37Packages.starlette python37Packages.uvicorn python37Packages.uvloop python38Packages.aiorun python38Packages.asyncpg python38Packages.databases python38Packages.entrance python38Packages.entrance-with-router-features python38Packages.google-music python38Packages.httpx python38Packages.orm python38Packages.pproxy python38Packages.qiskit-ibmq-provider python38Packages.sanic python38Packages.sanic-auth python38Packages.sentry-sdk python38Packages.starlette python38Packages.uvicorn python38Packages.uvloop sourcehut.listssrht

@jonringer jonringer merged commit affa772 into NixOS:master Aug 16, 2020
@mweinelt mweinelt deleted the uvloop branch August 16, 2020 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants