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

DAT-19303 DevOps :: TiDB :: Add ability to run custom SQL script that creates tables and table data against created db #975

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

jandroav
Copy link
Contributor

This pull request includes changes to the docker-compose.yml file in src/test/resources/docker to update the version format, correct inconsistencies, and add new services.

Key changes include:

  • Version format update:

    • Changed the version format from single quotes to double quotes (version: "3.3").
  • Service configuration adjustments:

    • Corrected the format of the LICENSE environment variable in the db2-luw service.
  • Addition of new services:

    • Added a new service ti-db with the pingcap/tidb image, including configuration for ports and volumes.
    • Added a new service ti-db-mysql with the mysql:latest image, including dependency on ti-db, initialization script, and network mode settings.

…ed database support

📝 (docker-compose.yml): update quotes for consistency and remove unnecessary blank lines
…t' database with 'authors' and 'posts' tables to facilitate testing and development
@jandroav jandroav merged commit 6962d61 into main Jan 21, 2025
51 of 53 checks passed
@jandroav jandroav deleted the DAT-19303-2 branch January 21, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants