MARTIMM / raku-mongodb-driver

MongoDB driver for Raku
Artistic License 2.0
18 stars 8 forks source link

unfinished tests and hangups #8

Closed MARTIMM closed 8 years ago

MARTIMM commented 8 years ago

On travis there have been several events which makes the package unreliable. Some tests didn't finish and others are hanging. It must be something with concurrency used on several places. This is difficult to pinpoint the sore spots.

MARTIMM commented 8 years ago

I could mimic the problems by shortening the period in which the server is monitored.

MARTIMM commented 8 years ago

a lot of changes are done. a class wasn't even needed. but the use of channels between the threads might have solved the problems and many other closely related ones.