You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@twillouer Any update on this? I can see my index with expireAfterSeconds being created with getIndexInfo(), but nothing expires after the 60 second TTLMonitor period. This would be a useful feature for junit testing.
I have a ttl function in one of my collection. When I unit test it with fongo, seems the data is not delete from db.
Is this because of the fongo does not have a "mongod" running?
Btw, I made my unit test thread to sleep for more than 2 minutes which should have enough time for mongod to check ttl index and perform deletion.
The text was updated successfully, but these errors were encountered: