Message283915
| Author | martin.panter |
|---|---|
| Recipients | berker.peksag, martin.panter, pitrou, vstinner |
| Date | 2016-12-24.02:57:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1482548247.39.0.525101246668.issue19756@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Multi-connect.patch is a smaller patch that changes setUpClass() → setUp(), so that each test method creates a new NNTP connection. The downside is all the reconnecting slows the test execution from 42 s down to 115 s, which is why I would like to move the testing to a local server. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-12-24 02:57:27 | martin.panter | set | recipients: + martin.panter, pitrou, vstinner, berker.peksag |
| 2016-12-24 02:57:27 | martin.panter | set | messageid: <1482548247.39.0.525101246668.issue19756@psf.upfronthosting.co.za> |
| 2016-12-24 02:57:27 | martin.panter | link | issue19756 messages |
| 2016-12-24 02:57:27 | martin.panter | create | |