bwgjoseph / mongoose-vs-ottoman

feature comparison between mongoose and ottoman
0 stars 1 forks source link

populate api #112

Open bwgjoseph opened 2 years ago

bwgjoseph commented 2 years ago

Hi,

While testing for populate API, I encountered the following errors, but the test still pass after a few tries. Not sure if there's something to be fixed/improved.

See https://github.com/bwgjoseph/mongoose-vs-ottoman/blob/main/test/ts/populate.test.ts

Note: this is with debug mode on

First time I ran

image

Second time

image

Third time (pass but with some index error?)

image

Thanks

bwgjoseph commented 2 years ago

Would this get fixed before GA?