-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Fixing some minor warnings and errors in JPA tests #364
base: master
Are you sure you want to change the base?
Conversation
0733137
to
0de35dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright year in headers of modified files should be updated to 2019
0de35dd
to
53c6175
Compare
@lukasj What is the reason why we update the year in the header each time we update a file? What if I just created a PR that updates all headers? |
53c6175
to
4240439
Compare
@dazey3 short version: lawyers want it. long version - conversation starting with https://www.eclipse.org/lists/jakarta.ee-community/msg00970.html |
6c0456f
to
da61dac
Compare
I see it's still failing on |
8cb4a92
to
98d756a
Compare
I was cleaning up some tests in CriteriaQueryCastTestSuite and Ii found what looks like a bug, so I opened #366 to fix it. I'll just leave those specific tests commented out since they require a product fix. |
3730275
to
1ff0226
Compare
@lukasj Can I get assistance with this build failure? I can't run the |
Following what travis does works on my end... In any case, there's unfortunately no way how to get better results from travis without additional scripting.
|
Oh! I see. CriteriaQueryCastTestSuite had this in it's if (isOnServer()) {
return;
} None of the other |
1ff0226
to
b7de1c1
Compare
Uggg! Well, I fixed that table creation issue (ty by the way), but now there are still 2 other failures. @lukasj Is there a way for me to access the travis results myself? Similar to access to https://hudson.eclipse.org/eclipselink/? |
@dazey3 no, there is now way to access travis results for anyone. I'm always rerunning what fails myself on my box to get results. All I do is to execute commands found in .travis.yml. If you're on windows, I can check on Wed to see, what needs to be done to make it working there as well. As for current failures:
|
Thanks again for the info @lukasj ! These seem a bit harder to figure out compared to the first one which was fairly obvious now. jpa21.advanced.CriteriaQueryCastTestSuite.testSetup(): jpa21.advanced.CriteriaQueryCastTestSuite.testDowncastSingleTableQueryKey(): This is probably related to the fact that |
|
43f5db6
to
e7f3707
Compare
6c3f176
to
e238532
Compare
Signed-off-by: Will Dazey <[email protected]>
@dazey3 can you rebase this, please, and see what happens in current master? |
I loaded up some tests in Eclipse and there were several compile errors centered around identification vars in queries:
Seems fairly safe for me to change these queries minor issues and compile warnings
Signed-off-by: Will Dazey [email protected]