[Rt-commit] rt branch 6.0/fix-session-tests updated. rt-5.0.3-503-gfff6251dce
BPS Git Server
git at git.bestpractical.com
Thu Apr 27 11:16:13 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 6.0/fix-session-tests has been updated
via fff6251dce54d2b90146d19c61eeb9cc71f6dcd0 (commit)
from 437f3a54e587097de217d6c4d15068d30db9416e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fff6251dce54d2b90146d19c61eeb9cc71f6dcd0
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 27 19:07:22 2023 +0800
Run session tests for SQLite
File sessions of all tests are shared in the same directory, previously
we skipped SQLite(it uses file sessions) as we couldn't get sessions
created by session.t only.
Since 9746943eee, we get session id from client side so tests can work
with file sessions. It was originally for Oracle but also fixed SQLite.
diff --git a/t/web/session.t b/t/web/session.t
index ef601d3778..03d96ace22 100644
--- a/t/web/session.t
+++ b/t/web/session.t
@@ -4,8 +4,6 @@ use warnings;
use RT::Test tests => undef;
-plan skip_all => 'SQLite has shared file sessions' if RT->Config->Get('DatabaseType') eq 'SQLite';
-
# Web server hangs when processing the same session row after tied
# %session on Oracle with non-inline web servers :/
# Use file session instead for now.
-----------------------------------------------------------------------
Summary of changes:
t/web/session.t | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list