Skip to content

Commit

Permalink
Test: Enable update_sql_schema by default
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 9, 2024
1 parent 7282407 commit 287e5fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ejabberd_SUITE_data/ejabberd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ certfiles:

new_sql_schema: NEW_SCHEMA

update_sql_schema: UPDATE_SQL_SCHEMA

api_permissions:
"public commands":
who: all
Expand Down
1 change: 1 addition & 0 deletions test/ejabberd_SUITE_data/macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ define_macro:
PUT_URL: "http://upload.@HOST@:@@web_port@@/upload"
GET_URL: "http://upload.@HOST@:@@web_port@@/upload"
NEW_SCHEMA: @@new_schema@@
UPDATE_SQL_SCHEMA: @@update_sql_schema@@
MYSQL_USER: "@@mysql_user@@"
MYSQL_SERVER: "@@mysql_server@@"
MYSQL_PORT: @@mysql_port@@
Expand Down
1 change: 1 addition & 0 deletions test/suite.erl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ init_config(Config) ->
[{c2s_port, 5222},
{loglevel, 4},
{new_schema, false},
{update_sql_schema, true},
{s2s_port, 5269},
{stun_port, 3478},
{component_port, 5270},
Expand Down

0 comments on commit 287e5fb

Please sign in to comment.