Giter Club home page Giter Club logo

filibuster's Introduction

filibuster's People

Contributors

cmeiklejohn avatar

Stargazers

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

Watchers

 avatar  avatar

filibuster's Issues

Failures in ```TestExecution```.

Why do the failures in TestExecution contain the arguments to the call but omit the module/method? (also, maybe none of these are needed, including args, since the execution index is there -- should be enough?)

Fix double serialization.

The TestExecution inside of the counterexample.json file is encoded to JSON string and stored inside of the counterexample as a serialized JSON string, meaning, that it's serialized JSON inside of serialized JSON. Fix this by preventing the double serialization and update all client libraries accordingly.

Enable OpenTelemetry for redis in cinema-15

This is the next bit of work to setup the infrastructure you will be working on.

see: https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/redis/redis.html

  • add required imports and verify that it works
  • fork this instrumentation by copying the necessary files (look at requests for an example) and place in this repo, rename instrumentor
  • modify cinema-15 to use the forked versions in the same way we do the flask and requests instrumentation

Modification of cinema example to use Redis.

For this example, it would be best to work with cinema-11 in the Filibuster Research Corpus.

General thoughts:

  • Modify movies to use Redis.
    • Any use of files should be modified to use Redis.
  • Modify bookings to use Redis.
    • Any use of files should be modified to use Redis.
    • API provides an update function -- that modifies global state and should instead use Redis.
    • Put a circuit breaker around the function that performs the GET/POST similar to the examples already in cinema-11.
  • Modify users to use Redis.
    • Any use of files should be modified to use Redis.

We should try to pick a Redis client that has opentelemetry instrumentation for Python, if possible. This would be the same as we did for the requests instrumentation.

Dynamic Reduction Optimization: Catch-All Error Handlers

Determine if the static analysis can identify whether or not there is any error handling code that is conditional on the type of error: for example, if a service contains a catch all for all error types, then we don't need to test all possible error types from the dependent services, only to that service.

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.