-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
ConcurrentModificationException while destroying single resources #1096
Comments
Testfailures are caused by a change in https://github.com/deegree/deegree3/pull/1058/files#diff-41768028a4f464394c40f29346f004f1121204b40501c7e168d6ee04fa592d98 First try:
This leads to a NPE in org.deegree.workspace.SimpleSqlFeatureStoreTest#testDestroyInitializeSingle():
It seems that the the dependent JDBCConnection is not Initialised as expected. |
After further analysis of the problem the TMC has the motion to resolve the ConcurrentModificationException not by removing the code changes and let an entry remain on the graph @copierrj I'll prepare a PR that adds synchronized to the appropriate places |
#1096 set failing tests to ignore, this is a temporary solution
… solution" This reverts commit 4422bc1.
This issue still needs further investigation and a more reliable solution. A PR is under way #1099. |
Currently the integration tests fail in module "deegree-resource-deps-tests" due to the following errors:
The text was updated successfully, but these errors were encountered: