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

Testflows new kafka tests #738

Merged
merged 48 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
759d743
add some new tests for replication
Selfeer Jul 23, 2024
584c292
update requirements
Jul 24, 2024
74fab58
update regression and CI/CD for kafka
Jul 24, 2024
3093388
move docker compose services in to different files
Jul 24, 2024
30101ff
updates
Jul 24, 2024
ec6c564
updates
Jul 24, 2024
333e937
add steps
Jul 24, 2024
d86ac90
update description
Jul 24, 2024
ad22a1d
update configuration to be customizable
Jul 25, 2024
f0e373e
rename files
Jul 25, 2024
c620569
update the structure
Jul 25, 2024
3ce352f
refactor
Jul 26, 2024
a4c0a98
update imports
Jul 26, 2024
ab30922
update imports
Jul 26, 2024
0222516
Merge branch 'refs/heads/develop' into testflows_new_kafka_tests
Aug 2, 2024
24d9ea8
update imports
Aug 2, 2024
8e9ffb5
remove pause()
Aug 5, 2024
93f8181
update replication feature
Aug 5, 2024
3da9c9c
update replication with deletes
Aug 5, 2024
cf81d99
optimize imports
Aug 5, 2024
0a3490a
update replication with updates
Aug 5, 2024
9093c17
add where clause to the clickhouse
Aug 5, 2024
725cc75
correct imports
Aug 5, 2024
c07baff
rename files
Aug 5, 2024
472ad09
rename files
Aug 5, 2024
61e50dc
Merge branch 'refs/heads/2.3.0' into testflows_new_kafka_tests
Aug 5, 2024
0da3339
add default package on workflow call
Selfeer Aug 6, 2024
863b12b
add possibility to update sink config before running the replication …
Aug 9, 2024
36c5fae
update replication suite, restructure mysql steps
Aug 9, 2024
1248681
Merge remote-tracking branch 'origin/testflows_new_kafka_tests' into …
Aug 9, 2024
61c2ac2
add multiple databases
Aug 9, 2024
18674ba
add backticks to database names
Aug 13, 2024
0d8e755
add database name to inserts
Aug 13, 2024
b525932
update multiple databases suite
Aug 13, 2024
dac9c16
update testflows version in requirements.txt
Aug 13, 2024
e2da846
check that service is healthy for mysql
Aug 13, 2024
ba8f2cf
fix import path
Aug 13, 2024
1f3d16d
add query to the error message
Aug 13, 2024
1dfa8b1
add output style to CI/CD runs
Aug 13, 2024
0cffe6d
add output style to CI/CD runs
Aug 13, 2024
c42eedf
update testflows version for lightweight
Aug 13, 2024
098f075
fix output format
Aug 13, 2024
2d3aabe
check if types suite works
Aug 27, 2024
242c3f5
fix test levels
Aug 27, 2024
1d8c34e
move testflows lightweight rrmt test to nice-new-fails output
Aug 27, 2024
427df97
Merge branch 'refs/heads/develop' into testflows_new_kafka_tests
Sep 2, 2024
0b84992
fix syntax warning
Sep 2, 2024
bda3400
fix syntax warning
Sep 2, 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
check that service is healthy for mysql
Selfeer committed Aug 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e2da8467c41f20ce852cc7df7fadeb5dc1de7bc8
2 changes: 2 additions & 0 deletions sink-connector/tests/integration/env/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -134,4 +134,6 @@ services:
condition: service_healthy
zookeeper:
condition: service_healthy
mysql-master:
condition: service_healthy