Plugins 08_Web, ContentIO, ODFSync, ODFWeb, UserDirectory defines in their test/environments/config.xml the line :
<cms.solr.core.url>http://localhost:8983/solr</cms.solr.core.url>
If they do not need Solr, putting
<cms.solr.core.url>http://localhost:${solrPort}/solr</cms.solr.core.url>
as in CMS will solve it, even though some tests do not use new framework, as long as they do not effectively need Solr of course.
- Référence
-
RUNTIME-2962 Tests encapsulation
-
- Closed
-
[CMS-9901] [Tests] Some config.xml still reference 8983 port for Solr url
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Ready to merge [ 10208 ] | New: Resolved [ 5 ] |
Status | Original: Code review OK [ 10206 ] | New: Ready to merge [ 10208 ] |
Status | Original: Available for review [ 10005 ] | New: Code review OK [ 10206 ] |
Fix Version/s | New: 4.2.2 [ 15269 ] | |
Fix Version/s | Original: 4.2.1 [ 15207 ] |
Assignee | Original: Simon Prieul [ sprieul ] |
Assignee | New: Simon Prieul [ sprieul ] |
Assignee | Original: Simon Prieul [ sprieul ] |
I fixed it for userdirectory, but it is the same for odfweb (but the fix will be more hacky as odfweb do not use new framework)