jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.81k stars 719 forks source link

Few tests from jepsen/test/jepsen are failing #100

Closed bogdando closed 8 years ago

bogdando commented 8 years ago

I ran all tests from https://github.com/aphyr/jepsen/tree/master/jepsen/test/jepsen Here are fragments of logs for failed tests:

test-jepsen.checker-test.log:Caused by: java.lang.IllegalArgumentException: No single method: check of interface: jepsen.checker.Checker found for function: check of protocol: Checker

test-jepsen.independent-test.log:Caused by: java.lang.IllegalArgumentException: Can't define method not in interfaces: check

test-jepsen.perf-test.log:Caused by: java.lang.IllegalArgumentException: No single method: check of interface: jepsen.checker.Checker found for function: check of protocol: Checker

I can put tracebacks as well, although I believe it is easy to reproduce.

bogdando commented 8 years ago

Perhaps it has been fixed by https://github.com/aphyr/jepsen/commit/69223251e60ce0ad2a7bf5283055b9e2ed406d7c

bogdando commented 8 years ago

yup, no more errors it seems. Cool, thank you!