Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 577 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 577 Bytes

DEPRECATED: this repo has been merged into https://github.com/cloudfoundry/pxc-release


TITLE: Galera Init Control Script

This repository contains a go process to manage the start process for Galera in [cf-mysql-release] (https://github.com/cloudfoundry/cf-mysql-release).

Run unit tests

./bin/test-unit

Run integration tests

With default DB configuration:

./bin/test-integration

Default Options:

Host: localhost
Port: 3306
User: root
Password: ''

Override defaults:

CONFIG="{Password: 'password'}" ./bin/test-integration