Skip to content

Commit

Permalink
re-enable fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 28, 2023
1 parent c51a1eb commit 9e26c53
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ddoc_update_test_() ->
fun setup/0,
fun teardown/1,
[
% fun check_indexing_stops_on_ddoc_change/1
fun check_indexing_stops_on_ddoc_change/1
]
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/ddoc_cache/test/eunit/ddoc_cache_refresh_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ check_refresh_test_() ->
fun start_couch/0,
fun stop_couch/1,
with([
% ?TDEF(refresh_ddoc),
% ?TDEF(refresh_ddoc_rev),
% ?TDEF(refresh_vdu),
% ?TDEF(refresh_custom),
% ?TDEF(refresh_multiple)
?TDEF(refresh_ddoc),
?TDEF(refresh_ddoc_rev),
?TDEF(refresh_vdu),
?TDEF(refresh_custom),
?TDEF(refresh_multiple)
])
}.

Expand Down
10 changes: 5 additions & 5 deletions src/ddoc_cache/test/eunit/ddoc_cache_remove_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ check_refresh_test_() ->
fun start_couch/0,
fun stop_couch/1,
with([
% ?TDEF(remove_ddoc),
% ?TDEF(remove_ddoc_rev),
% ?TDEF(remove_ddoc_rev_only),
% ?TDEF(remove_custom_not_ok),
% ?TDEF(remove_custom_error)
?TDEF(remove_ddoc),
?TDEF(remove_ddoc_rev),
?TDEF(remove_ddoc_rev_only),
?TDEF(remove_custom_not_ok),
?TDEF(remove_custom_error)
])
}.

Expand Down
4 changes: 2 additions & 2 deletions src/smoosh/test/smoosh_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ smoosh_test_() ->
?TDEF_FE(t_channels_recreated_on_crash),
?TDEF_FE(t_can_create_and_delete_channels),
?TDEF_FE(t_db_is_enqueued_and_compacted),
% ?TDEF_FE(t_view_is_enqueued_and_compacted),
% ?TDEF_FE(t_index_cleanup_happens_by_default),
?TDEF_FE(t_view_is_enqueued_and_compacted),
?TDEF_FE(t_index_cleanup_happens_by_default),
?TDEF_FE(t_index_cleanup_can_be_disabled, 10),
?TDEF_FE(t_suspend_resume),
?TDEF_FE(t_check_window_can_resume),
Expand Down

0 comments on commit 9e26c53

Please sign in to comment.