Skip to content

feat(mysql): Wire MySQL to controller and add integration test#29

Merged
sbalabanov merged 1 commit into
sergeyb1from
sergeyb3
Feb 19, 2026
Merged

feat(mysql): Wire MySQL to controller and add integration test#29
sbalabanov merged 1 commit into
sergeyb1from
sergeyb3

Conversation

@sbalabanov
Copy link
Copy Markdown
Contributor

Wire MySQL implementation to Controller and example services.
Revamped all of e2e test infra to make things work by using Testcontainers-Go and docker network.
It is quite slow now (~30 sec) but it is kinda hermetic. Will improve runtime in next iterations.

@sbalabanov sbalabanov requested review from a team and behinddwalls as code owners February 19, 2026 04:42
@@ -1,169 +1,83 @@
# End-to-End Tests
# Integration Tests
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will rename integration_tests folder to e2e_test and related wording in the other change

@sbalabanov sbalabanov merged commit a03fbcf into sergeyb1 Feb 19, 2026
1 check passed
@sbalabanov sbalabanov deleted the sergeyb3 branch February 19, 2026 19:58
sbalabanov added a commit that referenced this pull request Feb 19, 2026
Wire MySQL implementation to Controller and example services.
Revamped all of e2e test infra to make things work by using
Testcontainers-Go and docker network.
It is quite slow now (~30 sec) but it is kinda hermetic. Will improve
runtime in next iterations.

Co-authored-by: sergeyb <sergeyb@uber.com>
sbalabanov added a commit that referenced this pull request Feb 19, 2026
Wire MySQL implementation to Controller and example services.
Revamped all of e2e test infra to make things work by using
Testcontainers-Go and docker network.
It is quite slow now (~30 sec) but it is kinda hermetic. Will improve
runtime in next iterations.

Co-authored-by: sergeyb <sergeyb@uber.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants