-
Bug
-
Resolution: Done
-
Major
-
1.6.4.Final, 1.7.2.Final, 1.8.0.Final
-
None
-
False
-
False
-
The logic inside isLessThan skips tests unexpectedly.
As an example, there are some tests around TruncateHandlingMode that requires PG 11. The test is annotated to be skipped if the database version is LESS_THAN PG11. I am running a PG 11.14.0 container but the test doesn't get executed because the logic inside the resolver incorrectly resolves the input values of {{ 11, -1, -1 }} to be skipped against the database with a version of {{ 11, 14, 0 }}.