Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make StartLogProducer() less panicky #1

Open
wants to merge 89 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
6aac741
chore(deps): bump github.com/docker/docker from 24.0.6+incompatible t…
mdelapenya Nov 2, 2023
27481c5
chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#1888)
mdelapenya Nov 2, 2023
0ce34a8
feat: expose a WithNetwork functional option (#1887)
mdelapenya Nov 2, 2023
43b862f
chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /modules/…
mdelapenya Nov 2, 2023
50138e3
chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.3 …
dependabot[bot] Nov 2, 2023
85f3c19
chore(deps): bump github.com/elastic/go-elasticsearch/v8 (#1864)
dependabot[bot] Nov 2, 2023
2c6846c
chore(deps): bump github.com/Shopify/toxiproxy/v2 in /examples/toxipr…
dependabot[bot] Nov 3, 2023
2ac178a
chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo…
dependabot[bot] Nov 3, 2023
2e79d90
chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (#1867)
dependabot[bot] Nov 3, 2023
429c97f
chore(deps): bump github.com/couchbase/gocb/v2 in /modules/couchbase …
dependabot[bot] Nov 3, 2023
1fbec53
chore(deps): bump github.com/IBM/sarama in /modules/kafka (#1874)
dependabot[bot] Nov 3, 2023
cc548b6
chore(deps): bump github.com/hashicorp/consul/api in /examples/consul…
dependabot[bot] Nov 3, 2023
1506979
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.1…
dependabot[bot] Nov 3, 2023
23ed1f2
chore(deps): bump Github actions (#1890)
mdelapenya Nov 3, 2023
206622f
chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sd…
mdelapenya Nov 3, 2023
153044e
chore(deps): bump google.golang.org/grpc and cloud.google.com/go/fire…
mdelapenya Nov 3, 2023
aacbb4b
chore: add tests for withNetwork option (#1894)
mdelapenya Nov 3, 2023
d765502
chore(deps): bump github.com/nats-io/nkeys and github.com/nats-io/nat…
mdelapenya Nov 3, 2023
c54e3c3
Fix - respect ContainerCustomizer in neo4j module (#1903)
fhke Nov 6, 2023
cb8866c
chore(deps): bump github.com/twmb/franz-go and github.com/twmb/franz-…
mdelapenya Nov 6, 2023
ef7e6bf
chore: make rabbitmq examples more readable (#1905)
mdelapenya Nov 6, 2023
5562dbc
feat: Allow the container working directory to be specified (#1899)
fhke Nov 6, 2023
fc966d5
fix(reaper): fix race condition when reusing reapers (#1904)
lefinal Nov 8, 2023
555cb76
chore: deprecate BindMount APIs (#1907)
mdelapenya Nov 8, 2023
83bc893
lint: enable nonamedreturns (#1909)
mmorel-35 Nov 9, 2023
ea35ff1
Reduce flakiness in ClickHouse tests (#1902)
rafiramadhana Nov 13, 2023
b55937c
Add database driver note to SQL Wait strategy docs (#1916)
mihaitodor Nov 14, 2023
1818971
docs: fix code snippet for image substitution (#1918)
mdelapenya Nov 15, 2023
68d5f89
fix(modules.kafka): Switch to MaxInt for 32-bit support (#1923)
powersj Nov 16, 2023
4e6fbdc
feat: support for executing commands in a container with user, workDi…
mdelapenya Nov 17, 2023
2869eab
docs: add some Vault module examples (#1825)
kuisathaverat Nov 21, 2023
480cadd
chore: skip TestContainerLogWithErrClosed as flaky on rootless docker…
mdelapenya Nov 24, 2023
9b1cc6b
added error channel to container, so that log producers errors will …
Tofel Nov 28, 2023
9878fec
use mutex to avoid race conditions around stopping log producer
Tofel Nov 28, 2023
0fcd0cd
Add username and password functions to mongodb (#1910)
ugrkm Nov 28, 2023
8fadbe0
feat: support for custom registry prefixes at the configuration level…
mdelapenya Nov 28, 2023
6d1dd3e
docs: include MongoDB's username and password options into the docs (…
mdelapenya Nov 29, 2023
3a513f3
feat: support customizing the Docker build command (#1931)
mdelapenya Nov 29, 2023
5046458
fix: fallback matching of registry authentication config (#1927)
sermio-te Nov 29, 2023
fb18ac4
use bounded start timeout
Tofel Nov 30, 2023
e6fbf94
remove test that no longer makes sense
Tofel Nov 30, 2023
927b11b
feat: exec multiplexed to return stderr (#1933)
gutocondela Dec 1, 2023
91162e5
chore(deps): bump github.com/spf13/cobra in /modulegen (#1958)
dependabot[bot] Dec 1, 2023
23528ef
chore(deps): bump k8s.io from 0.28.3 to 0.28.4 in /modules/k3s (#1954)
mdelapenya Dec 1, 2023
c2a6649
chore(deps): bump github.com/twmb/franz-go in /modules/redpanda (#1935)
dependabot[bot] Dec 1, 2023
9646ff8
chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 …
dependabot[bot] Dec 1, 2023
8dfcf2f
chore(deps): bump google.golang.org/api from 0.143.0 to 0.152.0 and c…
mdelapenya Dec 1, 2023
74f2697
chore(deps): bump github.com/compose-spec/compose-go from 1.20.0 to 1…
mdelapenya Dec 1, 2023
ea7b9cb
chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo…
dependabot[bot] Dec 1, 2023
53067d6
chore(deps): bump github.com/IBM/sarama in /modules/kafka (#1955)
dependabot[bot] Dec 1, 2023
ada62c0
chore(deps): bump actions/github-script from 6.4.1 to 7.0.1 (#1949)
dependabot[bot] Dec 1, 2023
b3b298a
chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sd…
mdelapenya Dec 1, 2023
f3a1824
chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.1 …
mdelapenya Dec 1, 2023
8e42d51
chore(deps): bump github.com/couchbase/gocb/v2 in /modules/couchbase …
dependabot[bot] Dec 1, 2023
5b065a4
chore(deps): bump go.mongodb.org/mongo-driver in /modules/mongodb (#1…
dependabot[bot] Dec 1, 2023
8ae9fc8
chore(deps): bump golang.org/x/text and golang.org/x/mod from 0.13.0 …
mdelapenya Dec 1, 2023
f36b5a4
chore(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 (#1944)
dependabot[bot] Dec 1, 2023
9f8f5a9
chore(deps): bump golang.org/x/mod in /modules/kafka (#1956)
dependabot[bot] Dec 2, 2023
204d7db
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.…
dependabot[bot] Dec 5, 2023
0d24f17
feat: add module to support Microsoft SQL Server (#1969)
agosmou Dec 6, 2023
fe74e5a
chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 …
dependabot[bot] Dec 6, 2023
b325899
chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sd…
mdelapenya Dec 6, 2023
bfe321a
chore(deps): bump google.golang.org/api from 0.152.0 to 0.153.0, clou…
mdelapenya Dec 6, 2023
8c94930
chore(deps): bump github.com/twmb/franz-go in /modules/redpanda (#1973)
dependabot[bot] Dec 6, 2023
e983907
chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (#1982)
dependabot[bot] Dec 6, 2023
9c97abf
Add more content on how to use Exec function (#1970)
danvergara Dec 15, 2023
3d67a04
CR changes: functional option for timeout, default timeout to min/max…
Tofel Dec 18, 2023
2120c33
feat: create networks with random names (#1993)
mdelapenya Dec 18, 2023
a9f0ac8
chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules (#2006)
mdelapenya Dec 19, 2023
6c705f1
Update logconsumer_test.go
Tofel Dec 21, 2023
14abdd5
Merge branch 'main' into add_err_chan_to_log_producer
Tofel Dec 21, 2023
5faf6f4
chore: lookup exposed ports in the image from Config, not from Contai…
mdelapenya Dec 21, 2023
f99cc67
Merge branch 'main' into add_err_chan_to_log_producer
mdelapenya Dec 21, 2023
9f68760
feat: support configuring Ryuk verbose mode at config level (#2038)
mdelapenya Dec 21, 2023
cb51b9b
chore(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.…
dependabot[bot] Dec 21, 2023
974afd9
chore: bump Ryuk to 0.6.0 (#2040)
mdelapenya Dec 21, 2023
1c45958
Add neo4j license agreement customization options (#2036)
danielorbach Dec 22, 2023
61a37cb
adds gotestsum to install tools (#2043)
hughesjj Dec 22, 2023
1bac302
fix: remove docker.io from Ryuk image name (#2046)
mdelapenya Dec 22, 2023
c3a1834
chore: do not read config but instead pass the hub prefix to the prep…
mdelapenya Dec 22, 2023
cdbbae0
Merge branch 'main' into add_err_chan_to_log_producer
mdelapenya Dec 22, 2023
8d0f53a
chore: use new version (v0.27.0) in modules and examples
mdelapenya Dec 22, 2023
b6b6416
chore: prepare for next minor development cycle ()
mdelapenya Dec 22, 2023
9060ff7
fix: prepare for next minor development cycle (0.28.0)
mdelapenya Dec 22, 2023
67e17a0
Merge branch 'main' into add_err_chan_to_log_producer
Tofel Jan 4, 2024
a674957
add missing container termination on test end
Tofel Jan 4, 2024
0895e77
update log following logs
Tofel Jan 8, 2024
9bc895c
fix docs formatting
Tofel Jan 9, 2024
681fdaf
chore: use H2 instead
mdelapenya Jan 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(modules.kafka): Switch to MaxInt for 32-bit support (testcontaine…
powersj authored Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 68d5f8983d091f4e7867c3864242d4a9727ec1c7
2 changes: 1 addition & 1 deletion modules/kafka/kafka.go
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomize
"KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS": "1",
"KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR": "1",
"KAFKA_TRANSACTION_STATE_LOG_MIN_ISR": "1",
"KAFKA_LOG_FLUSH_INTERVAL_MESSAGES": fmt.Sprintf("%d", math.MaxInt64),
"KAFKA_LOG_FLUSH_INTERVAL_MESSAGES": fmt.Sprintf("%d", math.MaxInt),
"KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS": "0",
"KAFKA_NODE_ID": "1",
"KAFKA_PROCESS_ROLES": "broker,controller",