Jie Kang
Jie Kang
Noting as Grinders will disappear. The SuspendResume1 failure on ppc64le is curious. It worked in a full suite run but failed in the CUSTOM run due to missing library. I...
> re: [#5235 (comment)](https://github.com/adoptium/aqa-tests/issues/5235#issuecomment-2075693321), @jiekang - can you raise a new aqa-tests issue for this, also seen in March, likely a framework problem, when we run individual native testcases via...
This test was rewritten in JDK 9 and allows the call count to be off by one. That might allow us to pass this test on this one special platform....
Yeah, basically and something we can deliver as a tarball. So download off release section, untar, run script. Or at least that was the idea.
A large yaml file in the repo that we instruct users to `kubectl/oc apply -f` is also good too. It's a little more transparent than the current makefile setup.
Yes these labels are applied to the Jaeger Deployment which is created from an instance of ResourceKind Jager. Hopefully I understood the question. Regarding other resources/components, I'll get back to...
The Jaeger ResourceKind instance has resources: Deployment ReplicaSet Pod Service (4) ConfigMap (2) Secret The above, excluding Secret have the labels I listed above with the correct fields.
In comparison, the ContainerJFR ResourceKind instance has resources: Pod Service (4) We will need to make sure it is connected to all the resources.
@andrewazores Hmm I think my terminology is incorrect or maybe outdated sorry. These are maybe called instances of the CRDs? E.g. a yaml with `Kind: ContainerJFR` or `Kind: Jaeger`. In...
Hmm okay. I guess it might depend precisely on how you describe the structure where the Deployment and ReplicaSet belong to the operator, not the ContainerJFR instance. I wonder if...