Replies: 3 comments 2 replies
-
Check out open-telemetry/community#392 To get access to CNCF AWS account, we need to open community issue and provide rough estimate of cost for our needs.
we could run this in Nightly, which automatically opens a github issue on failure so failures won't go undetected |
Beta Was this translation helpful? Give feedback.
-
Thanks @trask and @iNikem for your input, I've just opened a community issue for this: open-telemetry/community#693 As the costs are not high I hope that it will be approved soon :) |
Beta Was this translation helpful? Give feedback.
-
Community issue (open-telemetry/community#693) is now closed, I'll proceed with the implementation (move AWS - dependant tests to a new suite run with Nightly). |
Beta Was this translation helpful? Give feedback.
-
Instrumentation codebase contains quite a bit integration tests that depend on a behaviour of an external system. Most notable example here is AWS SDK instrumentation (and coupled Apache Camel 2.x propagation testing). In order to keep the test stable and decouple from such external systems we use localstack (and separately elasticmq for SQS). The problem is that with new features regularly coming to AWS stack, our testing stack lags behind and therefore some tests have to be disabled (see SNS and S3 tests).
The idea to solve this is as follows:
Benefits:
/CC @anuraaga @johnbley
Beta Was this translation helpful? Give feedback.
All reactions