-
Notifications
You must be signed in to change notification settings - Fork 65
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 support for Coordinator to Equinox Configuration Admin #533
Add support for Coordinator to Equinox Configuration Admin #533
Conversation
Test Results 1 files - 26 1 suites - 26 4s ⏱️ - 11m 33s Results for commit fdd9c52. ± Comparison against base commit 841faf8. This pull request removes 2156 tests.
♻️ This comment has been updated with latest results. |
15ed6d8
to
b69693b
Compare
7cd9537
to
b177930
Compare
Chapter 11 of the Configuration Admin Service Specification mandates the support of the Coordinator service but currently Equinox fails the TCK tests in that area. This adds support for participation in the coordinator for the Equinox Configuration Admin.
b177930
to
fdd9c52
Compare
I could get it now down to one failing test in the TCK but this is tricky if not fully specified, sadly the chapter in the Spec is rather short:
The failing test works that way:
The assert fails for equinox because two calls to update with Especially the chapter 104.7.4 Updating a Configuration mentions that a ConfigAdmin might blindly update a |
@laeubi : not sure you've missed that we are in RC1 phase, and all commits require a review from other committer before merge? |
The email suggests the freeze starts the 21st https://www.eclipse.org/lists/equinox-dev/msg09560.html I haven’t seen PRs with freeze failures yet either. E.g., all the aggregator PRs did not indicate there is a freeze yet. Perhaps there is some confusion or miscommunication? |
Thtas possible its still a bit confusing sometimes but as the freeze check does not complains I thought that it is fine calendar says RC1 stabilization start February 20 6am |
I think it is obvious, that all changes merged after M3 are going for RC1? |
Chapter 11 of the Configuration Admin Service Specification mandates the support of the Coordinator service but currently Equinox fails the TCK tests in that area.
This adds support for participation in the coordinator for the Equinox Configuration Admin.