Barrett Strausser
Barrett Strausser
## What does this PR do? Adds support for remote test scripts ## Why is it important? Addressing https://github.com/testcontainers/testcontainers-go/issues/2246 ## How to test this PR Run the unit tests. I'm...
## What does this PR do? Add syntax sugar on exit code handling. ## Why is it important? I don't know. I was just looking at `good first issue` tags...
### Problem No ### Solution Implement a NATS cluster. I think conceptually it would be close to the Kafka implementation. Equivalent to following the steps here - https://docs.nats.io/running-a-nats-service/nats_docker#creating-a-nats-cluster ### Benefit...
@totallyzen Closed previous PR because of dirty history and bad-merge. Based of this comment - https://github.com/testcontainers/testcontainers-python/issues/446#issuecomment-1986860683 I removed hard dependency on the NATS client. This PR does not require a...
### Describe the bug I'm building the library in a Dockerfile. I'm getting the following ``` #8 207.1 Value of: hasPendingTasks #8 207.1 Actual: true #8 207.1 Expected: false #8...
All, Not sure if this is the best forum for asking questions? Maybe IRC is better? If this is the wrong forum, please close. In any case, I'm wondering about...
It looks like the unit tests for this project require installing host level db instances. That's reasonable given the projects inception date. However, I think there are better alternatives available....
# Description Adds in support for Open Telemetry as an exporter - The exporter exports to opentel collectors. The exporter can natively handle any of the supported opentel exporters. However,...
### Observed behaviour I started looking at this because my pr code coverage failed. The failure was unrelated. https://github.com/thomaspoignant/go-feature-flag/actions/runs/8790234882/job/24121807507?pr=1770 ``` panic: test timed out after 10m0s running tests: Test_websocket_flag_change (10m0s)...
I'm not critiquing the decision, I'm trying to understand if there is a technical hurdle lurking in the background. Right now we use `xz` as part of our A/B partition...