Skip to content

Commit 61d2253

Browse files
committed
data_dir tests are failing with Ubuntu https://tickets.opscode.com/browse/COOK-3780
1 parent 5c7b316 commit 61d2253

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.kitchen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ suites:
2929
- recipe[minitest-handler]
3030
- recipe[mysql_test::server]
3131
- name: server-nondefault-data
32+
excludes:
33+
- ubuntu-10.04 # https://tickets.opscode.com/browse/COOK-3780
34+
- ubuntu-12.04 # https://tickets.opscode.com/browse/COOK-3780
3235
run_list:
3336
- recipe[minitest-handler]
3437
- recipe[mysql_test::server]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See the `attributes/server.rb` or `attributes/client.rb` for default values. Sev
6161
* `node['mysql']['conf_dir']` - Location for mysql conf directory
6262
* `node['mysql']['confd_dir']` - Location for mysql conf.d style
6363
include directory
64-
* `node['mysql']['data_dir']` - Location for mysql data directory
64+
* `node['mysql']['data_dir']` - Location for mysql data directory. `WARNING` see https://tickets.opscode.com/browse/COOK-3780 if using Ubuntu and changing this.
6565
* `node['mysql']['ec2_path']` - location of mysql data_dir on EC2
6666
nodes
6767
* `node['mysql']['grants_path']` - Path where the grants.sql should be

0 commit comments

Comments
 (0)