[Rt-commit] rt branch, 4.4/queue-summary-cache, repushed

? sunnavy sunnavy at bestpractical.com
Thu Dec 20 11:17:29 EST 2018


The branch 4.4/queue-summary-cache was deleted and repushed:
       was 339640533b06390f547a4b2b7a9cb5366adbcdeb
       now e05af2c0541f0d20dc64719233ee9649f709d27b

1: 060d884b59 ! 1: e95031f8dc Add test for contents of user session
    @@ -12,6 +12,8 @@
     +use warnings;
     +
     +use RT::Test tests => undef;
    ++
    ++plan skip_all => 'SQLite has shared file sessions' if RT->Config->Get('DatabaseType') eq 'SQLite';
     +
     +my ($baseurl, $agent) = RT::Test->started_ok;
     +my $url = $agent->rt_base_url;
    @@ -35,10 +37,7 @@
     +my $ids_ref = RT::Interface::Web::Session->Ids();
     +
     +# Should only have one session id at this point.
    -+TODO: {
    -+    local $TODO = 'SQLite has shared file sessions' if RT->Config->Get('DatabaseType') eq 'SQLite';
    -+    is( scalar @$ids_ref, 1, 'Got just one session id');
    -+}
    ++is( scalar @$ids_ref, 1, 'Got just one session id');
     +
     +diag 'Load session for root user';
     +my %session;
2: 5fb98f4920 = 2: ee05d554ca Move session cache code to a function for easier access
3: 5794ddb936 = 3: af11fb8b7c Add caching to the queue list portlet
4: fa84bef0e2 = 4: 87600a2b5c Update other portlets using SummaryByStatus
5: 339640533b = 5: e05af2c054 Clear queue list caches after pref change



More information about the rt-commit mailing list