Giter Site home page Giter Site logo

duncanatt / detecter Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 7.0 1.78 MB

A runtime verification tool for Erlang systems

Home Page: https://duncanatt.github.io/detecter

License: GNU General Public License v3.0

Makefile 0.09% Erlang 65.70% CSS 1.58% Python 0.83% HTML 31.81%
runtime-verification

detecter's People

Contributors

duncanatt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

detecter's Issues

Update tests in tracer_test module

The unit tests in the tracer_test module are time-dependent, which is not the best way to test concurrent code.
The use of timing was done in an effort to affect the trace event routing algorithm as least as possible: we cannot synchronise with it via message passing to influence the different interleaved execution of the offline tracer (responsible only for managing the interleaving of system process trace events) and the trace event routing algorithm (responsible for forwarding events to the correct tracer), which is, itself, concurrent.

The general problem with these types of tests is that assertions are too fine-grained, and attempt to check every step in the execution, rather than focusing on the final monitored system configuration.
These assertions must, therefore, be rewritten to check the monitored system internal state and resulting configuration in a coarser manner.
The suspicion is that this must be done, once, at the end of each test run.

It is due to this reason that presently, tracer_test will not be executed in the build pipeline; this will be reverted once the module and tests within are fixed.

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.