Skip to content

Testing Distributed Systems

Sergey Bronnikov edited this page Nov 16, 2020 · 15 revisions

Safety of distributed databases, queues, consensus systems, etc.

Linearizability checkers

Linearizability checking based on pseudocode from Lu et al., SOSP '15, and checking of consistency semantics describing causality and monotonicity of operations within and across sessions (e.g., monotonic writes, monotonic reads, sequential consistency, regular semantics, causal consistency --- survey provides an overview of all these consistency semantics).

Collections of papers and articles about distributed systems

Clone this wiki locally