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

Issue240 2 #256

Closed
wants to merge 19 commits into from
Closed

Issue240 2 #256

wants to merge 19 commits into from

Commits on Aug 26, 2019

  1. Fixed the logging without redirection.

    Benoit Lapointe committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    8721e7d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Added stderr redirection in log handles

    Benoit Lapointe committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    760224c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Completed the wrapper which will redirect std file in child processes

    + Added a fake closed property to override parent
    + Overiding filno with the underlying standard no
    + Rename the class for better coherence with the concept
    Benoit Lapointe committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0916358 View commit details
    Browse the repository at this point in the history
  2. Implemented redirection without rotation

    + added a plugin to test that redirection really occured
    + removed debugging code
    Benoit Lapointe committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    5e0aea5 View commit details
    Browse the repository at this point in the history
  3. Added a new stream wrapper for the logger handler.

    Benoit Lapointe committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    40bbb0c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Added debug information for run command

    + Code cleanup
    Benoit Lapointe committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    3e9e340 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    4657d3e View commit details
    Browse the repository at this point in the history
  2. Random code cleanup

    Benoit Lapointe committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8dae785 View commit details
    Browse the repository at this point in the history
  3. Added flush implementation to wrapper.

    Benoit Lapointe committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d667d2d View commit details
    Browse the repository at this point in the history
  4. Fixed an issue with file not being closed detected in tests

    Benoit Lapointe committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5c7f8e3 View commit details
    Browse the repository at this point in the history
  5. Completed docstring and test suite of sr_config tests

    Benoit Lapointe committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f9fbf27 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Integrated sr_config unittest to flow_setup

    Benoit Lapointe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    99acf0f View commit details
    Browse the repository at this point in the history
  2. Increased verbosity to ease debugging when some tests failed

    + enhanced the runner
    + enhanced skip msg when used with full verbosity
    Benoit Lapointe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    621e2ca View commit details
    Browse the repository at this point in the history
  3. Renamed test cases that weren't prefixed with SrConfig

    Benoit Lapointe committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    e6763b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Implemented tests for most test cases

    + Also added fake close method and property logic for getting
    buffer because of results of tests
    Benoit Lapointe committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9802d2e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Fixed problem with debuild that parse plugin as test

    - renamed the plugin
    Benoit Lapointe committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    165a29a View commit details
    Browse the repository at this point in the history
  2. Remove pipes from Popen calls in plugins

    Benoit Lapointe committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e09635e View commit details
    Browse the repository at this point in the history
  3. Code cleanup and explicit python3 call for unit test.

    Benoit Lapointe committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e515174 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Revert "Remove pipes from Popen calls in plugins"

    This reverts commit e09635e.
    Benoit Lapointe committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    eb4e4df View commit details
    Browse the repository at this point in the history