Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj18 committed Dec 31, 2024
1 parent fe29f92 commit 3754b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test:
integration-test:
@echo "=== $(INTEGRATION) === [ test ]: running integration tests..."
@docker compose -f tests/integration/docker-compose.yml up -d --build
@go test -tags=integration ./tests/integration/. || (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret)
@go test -v -tags=integration ./tests/integration/. || (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret)
@docker compose -f tests/integration/docker-compose.yml down

install: bin/$(BINARY_NAME)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/mysql/versions/5.7.35/master.conf.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ skip-name-resolve

server-id = 1
log_bin = /var/log/mysql/mysql-bin.log
binlog_format = ROW
binlog_format = STATEMENT
binlog_do_db = mydb

0 comments on commit 3754b63

Please sign in to comment.