Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
463 stars 34 forks source link

Parallel tests #134

Closed rspilker closed 3 years ago

rspilker commented 4 years ago

Use different ports (random, between 10000 and 30000) to allow the tests to be run in parallel, as would be the behavior if someone runs pub run test.

Also adds the (missing) response/empty.dart to test_all

rspilker commented 4 years ago

Alternatively, you can document that pub run test --concurrency=1 also fixes this problem.

tejainece commented 3 years ago

Thanks for the PR!