shishkovilja commented on code in PR #12432:
URL: https://github.com/apache/ignite/pull/12432#discussion_r2447747623
##########
modules/core/src/test/java/org/apache/ignite/spi/discovery/datacenter/MultiDataCenterDeploymentTest.java:
##########
@@ -48,6 +48,14 @@ public class MultiDataCenterDeploymentTest extends
GridCommonAbstractTest {
return cfg;
}
+ /** {@inheritDoc} */
+ @Override protected IgniteConfiguration optimize(IgniteConfiguration cfg)
throws IgniteCheckedException {
+ // super.optimize() method sets includeProperties to a non-null value
which later leades to
Review Comment:
```suggestion
// super.optimize() method sets includeProperties to a non-null
value which later leads to
```
--
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]