Commit Graph

4 Commits

Author SHA1 Message Date
James E. Blair 4c5fa46540 Require TLS
Require TLS Zookeeper connections before making the 4.0 release.

Change-Id: I69acdcec0deddfdd191f094f13627ec1618142af
Depends-On: https://review.opendev.org/776696
2021-02-19 18:42:33 +00:00
Clark Boylan 674d6d88b4 Run test zookeeper on top of tmpfs
We have been running into what appear to be zookeeper performance issues
causing tests to fail. Run the zookeeper on a tmpfs to reduce the impact
of iops to disk.

Other alternatives include using something like eatmydata to make writes
and syncs fast but unsafe.

Change-Id: Iea5e44af6844281c7f2078da57da9f13691e2642
2018-10-24 08:36:18 -07:00
David Shrewsbury 4bc703883e Remove MySQL
Even though there is nothing to read from secure.conf anymore, it
is kept around intact since we may want to use this for ZooKeeper
credentials at some point.

Change-Id: Ieb3a93b09c889f74da3463494957335aaaa9f40f
2017-03-13 13:42:43 -04:00
Andreas Jaeger 8a3276c028 Add tools/test-setup.sh
Add simple script to setup mysql database, this script can be run by
users during testing and will be run by CI systems for specific setup
before running unit tests.

Update README.rst for this.

Change-Id: I9af7c7d09b40c103af09ae8dd0e50afe3762ecba
2016-11-22 08:51:59 +01:00