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

Refactor docker compose, closes #410 #61

Closed
wants to merge 10 commits into from

Conversation

dongwook-chan
Copy link

This PR addresses #23, julien-duponchelle#410

dongwook-chan and others added 4 commits August 24, 2023 07:20
…lle#410

- `log_slave_updates` modifies to which file binlog events is written.
- The variable is not applicable to python-mysql-replication, because no file is written
…roved readability and expandability

Changes:
- Updated version to 3.4 at which extension for docker compose was first introduced
- Use extension to hold common fields and anchors to reference the extensions
@soulee-dev
Copy link

MariaDBStartEncryption을 위한 테스트로 인해 실패하는것 같은데 한번 고쳐보겠습니다

@soulee-dev
Copy link

MYSQL_DATABASE: pymysqlreplication_test 이 부분이 빠져있어 USE하는 부분에서 에러가 발생합니다

@soulee-dev
Copy link

로컬에서 docker-compose-test.yml 실행시

python-mysql-replication-pymysqlreplication-1 | ERROR 2002 (HY000): Can't connect to server on 'percona-5.7-ctl' (115)

Error 115 is returned from socket operation (EINPROGRESS), which means that your client can't physically connect to the specified server and port.

@wonkajin
Copy link

로컬 컴포즈로 테스트 실행시 test_start_encryption_event 실패합니다.
file path가 안맞는 것 같은데, 다른 방식으로 잡아야 할 것 같아요

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.

3 participants