Message293260
| Author | njs |
|---|---|
| Recipients | barry, njs |
| Date | 2017-05-08.23:06:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1494284788.34.0.135054216894.issue30300@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Looks interesting! What's the advantage over running the server and the test in the same loop? The ability to use blocking operations in the tests, and to re-use an expensive-to-start server over multiple tests? (I've mostly used threads in tests to run blocking code for interoperability testing, and kept the async code in the main thread, so this is a bit novel to me.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-08 23:06:28 | njs | set | recipients: + njs, barry |
| 2017-05-08 23:06:28 | njs | set | messageid: <1494284788.34.0.135054216894.issue30300@psf.upfronthosting.co.za> |
| 2017-05-08 23:06:28 | njs | link | issue30300 messages |
| 2017-05-08 23:06:28 | njs | create | |