pharo-nosql / mongotalk

A Pharo driver for MongoDB
MIT License
19 stars 13 forks source link

Add mongodb 4.4, remove 3.6. Also remove P7. #86

Closed tinchodias closed 3 years ago

tinchodias commented 3 years ago

Removing Pharo 7 wasn't necessary but I considered it is enough to test on current stable and development versions (and thus have a smaller build matrix).

tinchodias commented 3 years ago

I had to perform changes in some tests because errors raised by the server slightly changed.

For example, in two tests I had to use w: 50 instead of w: 1000 to generate a invalid concern, since mongodb 4.4 throws a parsing error: "w has to be a non-negative number and not greater than 50".