Code Monkey home page Code Monkey logo

Comments (8)

ra1u avatar ra1u commented on August 27, 2024 1

Thank You for this
This issue with failed test is now closed. Feel free to open another issue, pull request or both regarding "for loops" in tests.

from redis-dart.

ra1u avatar ra1u commented on August 27, 2024

Hi!

From error report it seems that issue is that, there are too many open sockets. Tests do not close connection after opening so I think, that at some point there are too many open sockets. Do you know what is limit on number of open sockets on your macOS?

We can try this assumptions by running test one by one.
Can you run test individually and see if they pass?

dart test test/cas_test.dart

Kind regards, Luka

from redis-dart.

erf avatar erf commented on August 27, 2024
# limit of file descriptors
~/projects/redis-dart % ulimit -n
256

# limit of processes
~/projects/redis-dart % ulimit -u
2666

~/projects/redis-dart % launchctl limit maxfiles
        maxfiles    256            unlimited

cas_test.dart is the only test that fails.

from redis-dart.

erf avatar erf commented on August 27, 2024

If i set N=150 it passes, anything above it fails.

from redis-dart.

erf avatar erf commented on August 27, 2024

It seem you generate a connection for each N, I think that is why it fails. You can't pass the Command from the initial generate_connect? I tried it but got RedisError(ERR MULTI calls can not be nested). Although not sure how CAS works.

from redis-dart.

erf avatar erf commented on August 27, 2024

Why do you run a for loop in most of your tests?

from redis-dart.

ra1u avatar ra1u commented on August 27, 2024

In cas_test, we generate 300 concurrent connections, to create actual race condition as this cas pattern is about. We test cas behavior when race condition happens.

Loops are in general used to test again larger sample size and test for more realistic use cases. Some failures can be exposed only by such tests.

From your case, we should set N on 100 for cas_test.

from redis-dart.

erf avatar erf commented on August 27, 2024

Ok great. I can make a PR later and change N.

It might be an idea to create separate tests for the both the simplest case in addition to a "for loop" test.

from redis-dart.

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.