kgusakov commented on code in PR #5028:
URL: https://github.com/apache/ignite-3/pull/5028#discussion_r1923471865
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItDistributionZonesFiltersTest.java:
##########
@@ -111,15 +113,20 @@ protected int initialNodes() {
* @throws Exception If failed.
*/
@Disabled("https://issues.apache.org/jira/browse/IGNITE-21387")
- void testFilteredDataNodesPropagatedToStable() throws Exception {
+ @ParameterizedTest
+ @EnumSource(ConsistencyMode.class)
+ void testFilteredDataNodesPropagatedToStable(ConsistencyMode
consistencyMode) throws Exception {
Review Comment:
Fixed, but the reasons were not connected with consistency mode. Now this
test has another problem, but it is connected with the issue in Disabled() I
think.
--
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]