[Rt-commit] rt branch, 4.2/shredder-only-sqlite, repushed

Alex Vandiver alexmv at bestpractical.com
Wed Mar 4 17:09:03 EST 2015


The branch 4.2/shredder-only-sqlite was deleted and repushed:
       was 99071ff80030151cc49416c41b6127521d98275f
       now c79ca54a530f0b5aac3f1d3754982825f408e6a0

1:  f90fadb = 1:  3cd2720 Skip Shredder tests on all non-SQLite databases
2:  07f5c4d = 2:  7d1cb10 bootstrap_more_config is now unnecessary, as tests only actually run on sqlite
3:  7568d21 = 3:  2649bba Split the Set override into WriteSet, to allow it to be called explicitly
4:  c0b4219 ! 4:  fd08a2f Store the SQLite database under the temporary directory
    @@ -5,7 +5,7 @@
         This must be done _after_ the initial RT_SiteConfig write, because the
         DatabaseType is in RT_Config.pm, and thus only known after both
         RT_Siteconfig and RT_Config have been loaded.  This necessitates moving
    -    set_config_wrapper to before the call to bootstrap_db, and valling
    +    set_config_wrapper to before the call to bootstrap_db, and calling
         WriteSet explicitly, as the override used in Set only catches calls to
         Set() from .t files, not from RT::Test -- and the change must be written
         out, or rt-validator will not find the database in the correct location.
    @@ -28,9 +28,9 @@
      
     -    $class->set_config_wrapper;
     -
    +     $class->encode_output;
    + 
          my $screen_logger = $RT::Logger->remove( 'screen' );
    -     require Log::Dispatch::Perl;
    -     $RT::Logger->add( Log::Dispatch::Perl->new
     @@
          }
      
5:  99071ff = 5:  c79ca54 Split the assignment to work around a bug in perl < 5.14



More information about the rt-commit mailing list