Closed jonathanvila closed 3 years ago
@jonathanvila I consider the changes made to replace ==
by equals
and the new DB INDEX you created is correct; however, I am still not able to reproduce the issue using main
or your PR. I tried both native containers
and the quarkus:dev mode against main
and this PR without success because I can not reproduce the bug.
Since I can not reproduce the bug I can not determine whether the bug has been solved by this PR or not. @mrizzi since you reported the issue associated with this PR could you please double-check the instructions to reproduce the bug are correct or just verify the bug has been fixed by this PR?
@jonathanvila I consider the changes made to replace
==
byequals
and the new DB INDEX you created is correct; however, I am still not able to reproduce the issue usingmain
or your PR. I tried bothnative containers
and the quarkus:dev mode againstmain
and this PR without success because I can not reproduce the bug.Since I can not reproduce the bug I can not determine whether the bug has been solved by this PR or not. @mrizzi since you reported the issue associated with this PR could you please double-check the instructions to reproduce the bug are correct or just verify the bug has been fixed by this PR?
It could be related to this : https://www.baeldung.com/java-compare-long-values This is because Java maintains a constant pool for instances of Long between -128 and 127.
I will check the test to force using values higher than 127
Thanks @jonathanvila . This PR looks good to me.
Issue : https://github.com/konveyor/tackle-pathfinder/issues/43
Features covered
Unit , Integration and End2End Tests cases covered
Pre steps Minikube:
Add this below
paths:
Test case with Minikube : Do the full API test
Pre steps non containerised local test:
Test case with local non containerised : Do the full API test
NOTE
Script Test step number involved in this feature : 8