Skip to content

Commit

Permalink
make riak test cases pass, remove db_message_format option
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Jun 3, 2019
1 parent 75c43c8 commit bb5a31c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions big_tests/tests/gdpr_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,13 @@ mam_required_modules(retrieve_mam_pm, Backend) ->
mam_required_modules(CN, Backend) when CN =:= retrieve_mam_pm_and_muc_light_dont_interfere;
CN =:= retrieve_mam_muc_light ->
[{mod_mam_meta, [{backend, Backend},
{db_message_format, mam_message_eterm}, %% used only by riak & cassandra backends
{pm, [{archive_groupchats, false}]},
{muc, [{host, "muclight.@HOST@"}]}]},
{mod_muc_light, [{host, "muclight.@HOST@"}]}];
mam_required_modules(retrieve_mam_pm_and_muc_light_interfere, Backend) ->
[{mod_mam_meta, [{backend, Backend},
{rdbms_message_format, simple}, %% ignored for any other than rdbms backend
{db_message_format, mam_message_xml}, %% used only by riak & cassandra backends
simple, %% used only by cassandra backend
{pm, [{archive_groupchats, true}]},
{muc, [{host, "muclight.@HOST@"}]}]},
{mod_muc_light, [{host, "muclight.@HOST@"}]}];
Expand Down

0 comments on commit bb5a31c

Please sign in to comment.