Bananas in the right place

This commit is contained in:
Diana Parra Corbacho 2024-06-06 15:38:55 +02:00
parent 08e5489147
commit 3345fcf8b0
2 changed files with 2 additions and 1 deletions

View File

@ -699,7 +699,6 @@ sync_cluster_task() ->
Reason :: term().
sync_cluster_task(Nodes) ->
exit(banana),
%% We assume that a feature flag can only be enabled, not disabled.
%% Therefore this synchronization searches for feature flags enabled on
%% some nodes but not all, and make sure they are enabled everywhere.

View File

@ -358,6 +358,8 @@ definitions() ->
end.
mandatory_definitions() ->
%% This is exactly where I got the error, in the call to `gm:table_definitions`
exit(banana),
pre_khepri_definitions()
++ gm:table_definitions()
++ mirrored_supervisor:table_definitions()