thiagotnunes commented on a change in pull request #16844:
URL: https://github.com/apache/beam/pull/16844#discussion_r820475968
##########
File path:
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java
##########
@@ -49,6 +49,10 @@ public void testGcpApiSurface() throws Exception {
.pruningPattern("org[.]apache[.]beam[.].*Test.*")
.pruningPattern("org[.]apache[.]beam[.].*IT")
.pruningPattern("org[.]checkerframework[.].*[.]qual[.].*")
+ // Quick check packages, exposed only in testing
Review comment:
We added a generator `TimestampGenerator` which is used in testing only.
The generator needs to be public, otherwise we get a `IllegalAccessException`
from quickcheck.
Since these classes are used in test only, we thought is was ok to add them
in exceptions here (like the `checkerframework` or other tests above)
--
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]