tkobayas commented on code in PR #6803:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6803#discussion_r3557712147


##########
drools-model/drools-model-codegen/src/test/java/org/drools/model/codegen/execmodel/DeclaredTypesTest.java:
##########
@@ -663,14 +663,16 @@ public void testExtendPojo(RUN_TYPE runType) throws 
Exception {
     }
 
     @ParameterizedTest
-    @MethodSource("parameters")
+    @MethodSource("parametersPatternOnly")

Review Comment:
   After adding a third field, `@Position(2) private long salary`, to 
`PositionalParent`, I confirmed that the non-executable model fails because the 
generated constructor's argument order is non-deterministic.
   
   I'm disabling the non-executable model to avoid making the test unstable.
   



-- 
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]

Reply via email to