NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.27k stars 14.25k forks source link

Build failure: python312Packages.avro (test timeout) #357172

Open FliegendeWurst opened 3 days ago

FliegendeWurst commented 3 days ago

Steps To Reproduce

  1. build python312Packages.avro

Build log

Build Log ``` =================================== FAILURES =================================== _________________________ TestBench.test_minimum_speed _________________________ self = def test_minimum_speed(self) -> None: with tempfile.NamedTemporaryFile(suffix="avr") as temp_: pass temp = Path(temp_.name) > self.assertLess( time_writes(temp, NUMBER_OF_TESTS), MAX_WRITE_SECONDS, f"Took longer than {MAX_WRITE_SECONDS} second(s) to write the test file with {NUMBER_OF_TESTS} values.", ) E AssertionError: 3.3789629240054637 not less than 3 : Took longer than 3 second(s) to write the test file with 10000 values. avro/test/test_bench.py:66: AssertionError ```

Metadata

doesn't matter

Notify maintainers

@zimbatm


Note for maintainers: Please tag this issue in your PR.


Add a :+1: reaction to issues you find important.

zimbatm commented 2 days ago

I'm not able to reproduce

FliegendeWurst commented 2 days ago

I suppose it depends on the load of the builder.