Currently jstests/query_golden/eq.js tests $eq against a variety of BSON types.
Let's extend it to also test all the inequality operators: $gt, $gte, $lt, $lte, $ne. If there are cases where classic and Bonsai disagree, we can disable those test cases and file a ticket.