-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Add derby tests to the set of External Tests running at Adopt #400
Conversation
Related issue: #172 |
aa76c9e
to
8fec0c5
Compare
ab79451
to
9f086b1
Compare
We can not use derby from its master branch (trunk) as it requires Java 9 or above to build :
We need to checkout from a branch that supports Java 8 and above, which is New personal build submitted with derby 10.14 : https://urv-jenkins.canlab.ibm.com:9095/view/SV_Tests/job/test.personal/106/console |
<command>docker run --rm -v $(JDK_HOME):/java adoptopenjdk-derby-test:latest ; \ | ||
$(TEST_STATUS)</command> | ||
<subsets> | ||
<subset>SE80</subset> |
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.
If you drop this subset, then do you not get past the "needs Java9+" error msg?
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.
Hi @ShelleyLambert , yes we would, but I was under the impression that we want to test Java 8 with the external tests, due to the fact that we have only Java 8 builds for external tests at Adopt (openjdk8_hs* and openjdk8_j9*). Please correct me if I am wrong.
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.
As per our slack conversation just now, we can add openjdk9* and openjdk10* builds at any time, I just had not gotten to it yet :)
So for now, you could pull material from HEAD for Derby, and run them against Java9 SDKs
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.
Yes, I am on it. Thanks for clarifying.
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.
Updated Derby test scripts to pull Derby from HEAD. Tested here: https://urv-jenkins.canlab.ibm.com:9095/view/SV_Tests/job/test.personal/135/console
59d710c
to
126ff05
Compare
Signed-off-by: Mesbah Alam <[email protected]>
Add derby tests to the set of External Tests running at Adopt
Signed-off-by: Mesbah Alam [email protected]