I have some tests in my application that use the waterline-fixtures and as soon as i manually add a record (in my test) the autoIncrement counter is somehow reset. So if my fixtures are adding records they e.g. create 2 records with id 1 and 2. Then in my test case I am also adding a record to the same collection and this record gets the id 1 as well. Although it should get the id 3.