youjie23 commented on code in PR #13539: URL: https://github.com/apache/skywalking/pull/13539#discussion_r2520905352
########## test/e2e-v2/cases/apisix/otel-collector/e2e.yaml: ########## @@ -31,7 +31,7 @@ setup: trigger: action: http interval: 3s - times: 10 + times: -1 Review Comment: The reason for updating these e2e files is that in previous versions, the e2e test did not stop the HTTP action when expected. It continued running until the entire test ended. This issue has been fixed in Pull Requests [#132](https://github.com/apache/skywalking-infra-e2e/pull/132) and [#134](https://github.com/apache/skywalking-infra-e2e/pull/132) . Therefore, to maintain the original behavior, we need to set this value to -1 in the e2e.yaml configuration. We can explore different ways to implement this if you have suggestions. Thanks. -- 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]
