testing on appveyor

2016-11-05 Thread mt1957
Hi everyone, I wanted to share something here of my newest experience about testing on appveyor. I had pinched a configuration file for an appveyor test, because it was new for me and I am not experienced on windows. It worked for several of my modules so I was happy until I ran into a problem

small test program

2016-11-05 Thread mt1957
Hi, I've made a small test program to run a particular test file in an infinite loop until it fails. I was investigating some race problem in BSON and the test run was successful most of the time. I got some raw fingers to repeat the commands so this is the result, simple and maybe useful for