vieiro commented on PR #5567:
URL: https://github.com/apache/netbeans/pull/5567#issuecomment-1454682183

   The situation is that even though this PR builds with `cluster.config=full`, 
**it won't build** with `cluster.config=release`.
   
   This is so because `DynamicVerifyTest.java` in `ide.ergonomics` has 
different `ProjectFactory`'s **hardwired** in the tests themselves  (see [this 
commit](https://github.com/apache/netbeans/pull/5567/commits/a74f83d37ad54370274c56f7435bc32601188a42).
 
   
   If the number of `ProjectFactory` is different in `cluster.config=full` and 
`cluster.config=release` (or any other cluster configuration) then the test 
will fail, either because one of the hardwired `ProjectFactory` is missing or 
because it cannot be found.
   
   We should then make `DynamicVerifyTest` aware of the exact `ProjectFactory` 
's included in the cluster configuration.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to