scalar-labs / scalar-jepsen

Jepsen tests for ScalarDB and ScalarDL
45 stars 6 forks source link

Restarting Cassandra nodes with wrong order in DL tests #87

Closed yito88 closed 2 years ago

yito88 commented 2 years ago

Problem

A non-seed node tried to start before seed nodes started in a crash test.

Cause

DL tests have the nodes in :cass-node. However, Cassandra Nemesis didn't check :cass-nodes, only :nodes was checked.

Fix

Nemesis checks also :cass-nodes.