The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.0.99

  • implemented user defined test modules
  • fixed some documentation glitches
  • Added documentation about user defined tests
  • 2.0.98i 09-Apr-2009
    • added script make_sandbox_from_source, which will create a sandbox from a build directory
    • Extended maximum port to 64000
    • added MySQL versions 5.[2345] as accepted for a Sandbox
  • 2.0.98h 08-Apr-2009
    • Changed test_sandbox to use IPC::Open3 instead of qx, when available. This will make the 'make test' output more readable.
    • added Test_Helper.pm to the test suite
  • 2.0.98g 07-Apr-2009
    • added --master_node option to sbtool
    • added 'preserve' and 'unpreserve' options to sbtool
    • made test_sandbox TAP compatible
    • updated the test suite
    • written the documentation on sbtool to MySQL::Sandbox POD
  • 2.0.98f 06-Apr-2009
    • added 'delete' action to sbtool
      • introduced --export_binaries to make_sandbox
      • added 03_test_sandbox.t, which uses test_sandbox within the test suite
      • fixed bug in sbtool. Moving sandbox failed becaus of wrong regular
      • expression
        • added a test suite for sbtool to test_sandbox test_sandbox --tests=sbtool
  • 2.0.98e 02-Apr-2009
    • fixed error in low_level_make_sandbox --interactive. Array values were not preserved correctly wit a default
    • implemented interactive confirmation for group sandboxes
  • 2.0.98d 01-Apr-2009
    • Deprecated "query_analyzer" option :)
    • moved the POD to MySQL::Sandbox
    • produced mew README from the POD
    • implemented --no_check_port (to use as a safeguard with group sandboxes)
  • 2.0.98c 01-Apr-2009
    • added query_analyzer option
  • 2.0.98b 31-Mar-2009
    • taken most function from sbtool to MySQL::Sandbox module
    • implemented --check_port for single sandboxes
    • fixed bug#352222 "report-port incorrect with --master-master"
    • cleaned up code for parse_options in all scripts
    • enhanced test case with some tests for the script correctness

Modules

Quickly installs MySQL side server, either standalone or in groups
Collection of recipes for MySQL Sandbox
Collection of script templates for MySQL Sandbox