Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Integration test framework to test RCAs and decision Makers #301

Merged
merged 6 commits into from
Aug 11, 2020
Merged

Commits on Aug 10, 2020

  1. Integration test framework to test RCAs and decision Makers

    This PR introduces a framework that can be used to write tests concerning
    RCA graph and all the components that leverage it(RCAs, Deciders etc.).
    Currently it supports adding custom metrics, running tests against
    single node cluster, multi-node clusters with dedicated masters and
    the ones without dedicated masters. It provies a way to query the
    SQLite datastore file on a particular host or hit the rest endpoint
    on a particular node. Currently, the nodes of the clsuters work over
    http only.
    yojs committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    759cd64 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug where the database was being corrupted because of multipl…

    …e scheduler initializations.
    yojs committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    209e36f View commit details
    Browse the repository at this point in the history
  3. Fix the POC graph

    yojs committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ccf1ebd View commit details
    Browse the repository at this point in the history
  4. Removing unused methods

    yojs committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    0d43965 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    9caaaac View commit details
    Browse the repository at this point in the history
  2. Addressing PR comments

    yojs committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    086cdb4 View commit details
    Browse the repository at this point in the history