Coder Social home page Coder Social logo

Comments (1)

goatgoose avatar goatgoose commented on June 12, 2024

After investigating this issue a bit, it seems that this isn't a problem with the aead_aes test itself, but rather an issue with the kTLS CI job running all tests very slowly sometimes. The slow CI job causes the aead_aes test to timeout since it's the slowest unit test.

I compared a successful kTLS test run to a kTLS test run with the aead_aes test timing out, and many of the other tests were also slow:

Test Success Duration (s) Timeout Duration (s) % Increase
s2n_quic_transport_params_extension_test 0.05 521.34 1042580%
s2n_ssl_prf_test 0.04 83.91 209675%
s2n_tls13_secrets_rfc8448_test 0.07 36.38 51871%
s2n_ktls_io_sendfile_test 0.08 41.32 51550%
s2n_pq_kem_test 0.05 23.2 46300%
s2n_record_size_test 0.09 23.39 25889%

We should determine why the kTLS job is sometimes running some of the tests very slowly. It might be related to how qemu is configured.

from s2n-tls.

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.