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:
By adding the 3rd field `@Position(2) private long salary` to
`PositionalParent`, I can confirm that non-exec-model fails, because the
generated constructor's arg order is non-deterministic. Disabling
non-exec-model to avoid that the test could be 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]