Upgrade osgi jdbc add tck#2066
Conversation
|
@Jeffery-Wasty I don't really understand how to get more details about the testfailure can you give me a hint? |
|
@laeubi, we'll have to look into this. Previously the errors were caused by |
|
Can you please confirm for us the necessity and use of the test? Is implementation of this test required by spec, or is this just a confirmation that the properties have been added correctly. It looks like the issues are all caused by the added test, so if it can be omitted, that would help us. |
|
It is not strictly required, this just ensures that the implementation is fulfilling the spec. |
|
Thanks for the explanation. We're still looking into it, its not readily apparent from the logs why this is failing, but we'll keep you updated on progress regarding this pr. |
|
Hi @laeubi, The issue is that the test is that its using Junit5, and when this is invoked, causes issues in other tests in the project. If the tests can be rewritten only using features of Junit4 or below, that will allow it to pass and be included as part of the changes. Comparing the test styles from this PR and #2017, I think the one in 2017 fits the project better, as opposed to the additional test information in the pom. Let's move forward with 2017 being the only PR for this change. We'll close the others, but thank you for this layered approach, it really helped in narrowing down on the problem. |
This includes: