Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine DB container tests into single module, and improve error handling/display #243

Merged
merged 6 commits into from
Nov 19, 2016

Commits on Nov 19, 2016

  1. Extract all database container tests into a common module to allow fo…

    …r refactoring of common elements.
    
    Adopt MySQL and MariaDB default configuration with lighter resource requirements
    rnorth committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    6b08454 View commit details
    Browse the repository at this point in the history
  2. Add support for automatically extracting files from class path JARs t…

    …o enable them to be volume mounted into containers.
    rnorth committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    4f939b3 View commit details
    Browse the repository at this point in the history
  3. Add fully functional cleanup code to remove temporary copies of class…

    …path resources that have been extracted from JAR files.
    rnorth committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    6a40eda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65811f8 View commit details
    Browse the repository at this point in the history
  5. Reduce false erroneous output:

    * ensure that liveness `exec` calls don't fire when a container is not running
    * check that containers exist before trying to clean up in ResourceReaper
    * filter out common ANSI control code in stderr output
    * amend frame consumer result callback to suppress errors
    rnorth committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    60277c9 View commit details
    Browse the repository at this point in the history
  6. Increase database connection timeout for slightly better reliability …

    …when DB containers are slow to start
    rnorth committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    408e983 View commit details
    Browse the repository at this point in the history