Abacn commented on PR #39351:
URL: https://github.com/apache/beam/pull/39351#issuecomment-4994597188
Most of the error looks like below
```
java.lang.reflect.InaccessibleObjectException: Unable to make field private
final int java.lang.Integer.value accessible: module java.base does not "opens
java.lang" to unnamed module @7905a0b8
...
at
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:183)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:177)
at
org.apache.beam.runners.dataflow.worker.WindmillStateTestUtils.assertNoReference(WindmillStateTestUtils.java:70)
```
We should fix assertNoReference to handle java.lang primitives. Working on
it now.
--
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]