GithubHelp home page GithubHelp logo

database's Introduction

BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.

Installation

To install the library to the root directory, use:

$ make
$ make install

If you need to install to a different directory, use

$ make
$ make DD=/path/to/directory install

Running against non-installed tree (except for the in-tree testsuite) is not supported.

Links

Docs: https://beakerlib.readthedocs.io

database's People

Contributors

fila43 avatar hegerj avatar hhorak avatar lukaszachy avatar psss avatar

Watchers

 avatar  avatar  avatar

database's Issues

mariadbStart broken if service was running before

mariadbStart always fails if service is already running. In this case following happens

  1. Clean datadir (no -k specified)
  2. calll to rlServiceStart stops mariadb.service becasue it is alrady running
  3. mariadb writes to datadir (ib_buffer_pool)
  4. rlServiceStart (from 2.) tries to start mariadb.service

Fail happens because datadir contains file but not everything -> mariadb refuses to start.

Backup function

There is a need for a function which would backup all relevant files before test is run so the files can be easily returned to original state at the end of the test.

Submit function

There is a need for a function which would submit all relevant files in the case of test failure so the files can be inspected in order to find the cause of failure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.