• Sean McGivern's avatar
    Improve output for extra queries in specs · db1925f9
    Sean McGivern authored
    Previously, this used `Array#-`, which would remove all queries that matches the
    query text in the original set.
    
    However, sometimes we have a problem with parameterised queries, where the query
    text is identical both times, so we'd run a query N times instead of once, and
    it would be hidden from the output.
    
    Replace the logic to only remove a given query N times from the actual log,
    where N is the number of times it appears in the expected log.
    db1925f9
merge_requests_spec.rb 47.6 KB