seek-oss / kpt-functions

A library of Kpt functions for extending Kpt's functionality
MIT License
3 stars 3 forks source link

Fix flaky tests that sometimes fail due to annotation ordering #16

Closed Niksko closed 3 years ago

Niksko commented 3 years ago

The hash function tests sometimes fail because the ordering of the annotations change. We should either test in a way that ignores ordering, or fix the ordering to be deterministic (though I thought it was??)