|
1 |
| -Args = --allow-incomplete-classpath \ |
2 |
| ---enable-url-protocols=https,http \ |
3 |
| ---initialize-at-build-time=org.conscrypt,\ |
4 |
| -org.slf4j.LoggerFactory,\ |
5 |
| -org.junit.platform.engine.TestTag,\ |
6 |
| -com.google.cloud.spanner.IntegrationTestEnv \ |
7 |
| ---initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\ |
8 |
| -io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\ |
9 |
| -io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\ |
10 |
| -io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\ |
11 |
| -io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\ |
12 |
| -io.grpc.netty.shaded.io.grpc.netty,\ |
13 |
| -io.grpc.netty.shaded.io.netty.channel.epoll,\ |
14 |
| -io.grpc.netty.shaded.io.netty.channel.unix,\ |
15 |
| -io.grpc.netty.shaded.io.netty.handler.ssl,\ |
16 |
| -io.grpc.internal.RetriableStream,\ |
17 |
| -com.google.cloud.firestore.FirestoreImpl |
| 1 | +Args = --initialize-at-build-time=com.google.cloud.spanner.IntegrationTestEnv \ |
| 2 | +--initialize-at-run-time=com.google.cloud.firestore.FirestoreImpl |
0 commit comments