Skip to content

Commit

Permalink
Merge pull request #81 from basho/develop-2.2.5
Browse files Browse the repository at this point in the history
Fix failing test on some environments
  • Loading branch information
russelldb authored Feb 20, 2018
2 parents e7114e9 + 0e0cfb7 commit baed0a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clique_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ set_config_test_() ->
-define(SET_TEST_SCHEMA_FILE, "test.schema").

set_config_test_setup() ->
%% belt and braces, failing tests observed on ubuntu 16.04 fixed
%% by this addition TODO figure out why and better address
(catch set_config_test_teardown(ok)),
Schema = <<"{mapping, \"test.config\", \"clique.config_test\", [{datatype, integer}]}.">>,
{ok, Cwd} = file:get_cwd(),

Expand Down

0 comments on commit baed0a0

Please sign in to comment.