Hiroaki Segawa
Hiroaki Segawa
This PR fixes the circular import problems occurring when you load `http2` or `https` module before `http` module. For example, the following code reproduces a problem `@opencensus-instrumentation-http` module doesn't load...
I'd thought MessageEvent (`MessageEventType.RECEIVED`) is added at the start of a span. But current implementation of http and http2 instruments add the MessageEvent at the end of a span. I...
*Issue #56, if available:* *Description of changes:* If you specify `DYNEIN_TEST_NO_DOCKER_SETUP=true` on environment variable, `cargo test` does not start docker container on testing. By submitting this pull request, I confirm...
We should add an environmental variable to wait for the availability of DynamoDB's endpoint to stabilize integration tests. The current implementation does not wait for endpoint startup when `amazon/dynamodb-local` exists...
Currently, we don't execute CI/CD tests on GitHub actions. This issue track blockers of CI/CD on GitHub actions. The current main blocker are followings: * [ ] #58 * [...
We should provide a environment variable to specify a endpoint URL for flexible testing configuration.
We should provide a flag to stop launching container on testing.
Currently we don't provide endpoint option to specify arbitrary endpoint like `--endpoint=http://dynamodb-local:8001/`. It is useful when DynamoDB local is executed as a service container. For example, [service container on GitHub...
*Issue #, if available:* This PR reduces the use of `clone`. There are primary and accompanying goals such as: * Reduce `clone` to improve performance. * Currently, there is not...
**Describe the bug** AWS Perspective failed to constructed when Lake Formation is used. I search the repository with keyword `lakeformation`, and it seems AWS Perspective does not consider Lake Formation...