...
"org[.]apache[.]beam[.].*IT"
or "java[.]lang.*"
, belong to neither of the packages: org.apache.beam.x
, org.apache.beam.y
, org.apache.beam.z
, nor equal to Other.class
.
Load Tests of Core Apache Beam Operations
What are they?
Tests of Core Apache Beam Operations are a set of tests aiming to exercise Core Beam transforms to see how do they behave in stressful conditions. They operate on synthetic data of KV<byte[], byte[]> type that is generated deterministically and can be shaped with different distributions, generation delays and the size of records itself.
...