]> Sergey Matveev's repositories - public-inbox.git/commitdiff
tests: move giant inbox/git dependent tests to xt/
authorEric Wong <e@80x24.org>
Sun, 24 Nov 2019 00:22:37 +0000 (00:22 +0000)
committerEric Wong <e@80x24.org>
Sun, 24 Nov 2019 21:47:22 +0000 (21:47 +0000)
xt/ is typically reserved for "eXtended tests" intended for
the maintainers and not ordinary users.  Since these require
special configuration and do nothing by waste cycles
during startup, they qualify.

MANIFEST
xt/git-http-backend.t [moved from t/git-http-backend.t with 100% similarity]
xt/nntpd-validate.t [moved from t/nntpd-validate.t with 100% similarity]
xt/perf-msgview.t [moved from t/perf-msgview.t with 100% similarity]
xt/perf-nntpd.t [moved from t/perf-nntpd.t with 100% similarity]
xt/perf-threading.t [moved from t/perf-threading.t with 100% similarity]

index 9475667b6620af3abd06af90da8e843a4df7549d..9fd639f592c9104a9b82473b33e9ad9c7ae59dfe 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -219,7 +219,6 @@ t/filter_rubylang.t
 t/filter_subjecttag.t
 t/filter_vger.t
 t/git-http-backend.psgi
-t/git-http-backend.t
 t/git.fast-import-data
 t/git.t
 t/hl_mod.t
@@ -247,13 +246,9 @@ t/msgmap.t
 t/msgtime.t
 t/nntp.t
 t/nntpd-tls.t
-t/nntpd-validate.t
 t/nntpd.t
 t/nulsubject.t
 t/over.t
-t/perf-msgview.t
-t/perf-nntpd.t
-t/perf-threading.t
 t/plack.t
 t/precheck.t
 t/psgi_attach.t
@@ -291,3 +286,8 @@ t/watch_maildir.t
 t/watch_maildir_v2.t
 t/www_listing.t
 t/xcpdb-reshard.t
+xt/git-http-backend.t
+xt/nntpd-validate.t
+xt/perf-msgview.t
+xt/perf-nntpd.t
+xt/perf-threading.t
similarity index 100%
rename from t/git-http-backend.t
rename to xt/git-http-backend.t
similarity index 100%
rename from t/nntpd-validate.t
rename to xt/nntpd-validate.t
similarity index 100%
rename from t/perf-msgview.t
rename to xt/perf-msgview.t
similarity index 100%
rename from t/perf-nntpd.t
rename to xt/perf-nntpd.t
similarity index 100%
rename from t/perf-threading.t
rename to xt/perf-threading.t