Zhiqiang ZHOU
Zhiqiang ZHOU
I not so sure about the issue you occurred, could you provide more information like the definition of Workflow, the expected behavior and the actual behavior?
I have several points about the current design: - What's the expected behavior if the user does not declare `containers` in `PodChaos`, would Chaos Mesh inject chaos into all container?...
e2e tests keep failing because this assertion does not get acquired: https://github.com/chaos-mesh/chaos-mesh/blob/373785dbf0b7e14a9ae7600cc452dd23b183a009/e2e-test/e2e/chaos/iochaos/io_delay.go#L229-L248 other test cases does not check this, so they could get passed, which is not expected. I am...
yeah, I figure it out.... the current design of controllers, records strategy and PodChaos could not make "using multiple Pod Chaos match one Pod". in other words, the PodChaos should...
one more thing, a new series of Chaos also requires updates on our doc site: https://chaos-mesh.org. If you could provide some documentation about how to use openstack chao, if would...
Hi @lhh-yeah , could you provide the log of chaos-dashboard to us?
Hi @grahambrereton-form3 , could you add some test cases in pkg/workflow/controllers/serial_node_reconciler_test.go for this situation? Thanks!
I realize that the tricky question is there will always be possibilities that serial reconciler spawn the new node, because different reconcilers run concurrently, there is no synchronization behavior between...
I prefer to back to the "eventual consistency", although workflownode is created, but it could stop its business as soon as it noticed the `abort` marked. The whole process should...