projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bdf0d
)
Add deprecation warning test for check_hellthread_threshold/0
author
Mark Felder
<feld@FreeBSD.org>
Tue, 22 Sep 2020 16:22:15 +0000
(11:22 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Tue, 22 Sep 2020 16:22:15 +0000
(11:22 -0500)
test/config/deprecation_warnings_test.exs
patch
|
blob
|
history
diff --git
a/test/config/deprecation_warnings_test.exs
b/test/config/deprecation_warnings_test.exs
index e8140f58eb1b6130e1e7744c94b47a452582da61..0efc0843cf363c947a2b27c47d03ad140ed13052 100644
(file)
--- a/
test/config/deprecation_warnings_test.exs
+++ b/
test/config/deprecation_warnings_test.exs
@@
-74,6
+74,14
@@
defmodule Pleroma.Config.DeprecationWarningsTest do
end) =~ "Your config is using the old namespace for Welcome messages configuration."
end
+ test "check_hellthread_threshold/0" do
+ clear_config([:mrf_hellthread, :threshold], 16)
+
+ assert capture_log(fn ->
+ DeprecationWarnings.check_hellthread_threshold()
+ end) =~ "You are using the old configuration mechanism for the hellthread filter."
+ end
+
describe "check_gun_pool_options/0" do
test "await_up_timeout" do
config = Config.get(:connections_pool)