Replies: 1 comment
-
The felix repository has very limited unit tests on resolver. I find the tests in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have a problem with the resolver taking very long and not finding a suitable solution (> 20 minutes at very high CPU load) where as a last resort I need to kill the process forcefully.
My idea now is to add some debug output, recompile equinox and probably adjust some places. Of course I don't want to break the resolver and wonder if one runs the test + tck if this gives a good confidence everything "works like before"? Or are there any additional tests to perform (maybe at felix repository?).
Beta Was this translation helpful? Give feedback.
All reactions