scheduler

command module
v1.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2021 License: MIT Imports: 1 Imported by: 0

README

scheduler

Abstract framework to work with intercepted messages of a distributed system. Provides the necessary abstractions to test consensus algorithm implementations and define strategies for testing the implementations.

The goal is to be able to intercept messages that are exchanged in a distributed system and play with their ordering which will test the algorithm. There are three ways to run the scheduler

  • Visualizer: An interactive dashboard with all the messages in the pool visualized in order to manually instruct the order of messages that should be delivered at every replica
  • Testlib: A library which can be used to construct unit test cases. Each testcase drives the distributed system to an specific state where we can assert and check its safety
  • Strategies: Generic strategies that are ignorant about the details of a specific protocol and use abstract theories to explore different executions of a distributed system

Go Reference

Documentation

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL