Coder Social home page Coder Social logo

Comments (7)

FranzBusch avatar FranzBusch commented on June 12, 2024 1

cc @yim-lee can you help us here. The performance tests seem to broken.

from swift-nio.

weissi avatar weissi commented on June 12, 2024

CC @tomerd

from swift-nio.

gmilos avatar gmilos commented on June 12, 2024

I just noticed that my manual tests occasionally failed. I reproduced it by running it in tight loop and eventually tracked it down to an apparent race in TCPThroughtputBenchmark:

self.context.writeAndFlush is called here[1], before context is set here[2].

This may be the reason we don't get perf test results. Not the fact that perf testing infra is broken exactly.

[1]

_ = self.context.writeAndFlush(self.wrapOutboundOut(message.slice()))

[2]

from swift-nio.

weissi avatar weissi commented on June 12, 2024

CC @FranzBusch for flakey test (we should track that separately)

@gmilos good catch! However whatever happens in the performance tests should not make the harness post wrong and outdated data. Also, it's posting is so quickly that I doubt it ran anything at all

from swift-nio.

gmilos avatar gmilos commented on June 12, 2024

Agreed re the harness being immune to failures in the test binary.

For reference, I filed the issue about the specific test here: #2649
//cc @FranzBusch

from swift-nio.

yim-lee avatar yim-lee commented on June 12, 2024

It posts bogus results because the build doesn't get far enough to the cleanup stage to delete previous test result files, and the job is configured to post contents from the report file. I manually wiped the workspace this time. Updating the job to wipe workspace before build didn't help because it fails very early on (some Git operation), which I will look into now.

from swift-nio.

yim-lee avatar yim-lee commented on June 12, 2024

@tomerd fixed the issue (thanks!) and perf job is green again: #2652

from swift-nio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.