https://github.com/see-quick/verification
Just a bunch off stuff related to formal verification of Strimzi, Kafka and compilers related..
https://github.com/see-quick/verification
antlr4 arm64 asm assembly automation c compiler compilers formal-verification go golang quint rust testing tla tla-plus
Last synced: 4 months ago
JSON representation
Just a bunch off stuff related to formal verification of Strimzi, Kafka and compilers related..
- Host: GitHub
- URL: https://github.com/see-quick/verification
- Owner: see-quick
- Created: 2022-09-19T13:19:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T21:29:59.000Z (5 months ago)
- Last Synced: 2026-02-01T09:20:59.276Z (5 months ago)
- Topics: antlr4, arm64, asm, assembly, automation, c, compiler, compilers, formal-verification, go, golang, quint, rust, testing, tla, tla-plus
- Language: TLA
- Homepage:
- Size: 21.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Formal Verification and Testing Repository
This repository contains a collection of formal verification models and testing suites designed to improve software reliability and correctness. The projects within this repository utilize TLA+ for formal verification and Java for property-based testing.
## Structure
The repository is organized into two main sections: `formal_verification` and `testing`.
### Formal Verification
The `formal_verification` directory includes various subdirectories, each targeting different systems and concepts using TLA+:
- **TLA+**: Contains specific implementations for distributed systems algorithms and designs, such as Kafka's leader election, Raft consensus, and simple algorithmic examples.
- `kafka`: Models focusing on leader election within Kafka.
- `raft`: Contains implementations for Raft distributed consensus.
- `simple`: Simple models like Dining Philosophers, Stack operations, and counter implementations.
- `strimzi`: Models related to Strimzi operations, like topic lifecycle management.
- **Abstract Interpretation**: Contains examples in a point language demonstrating abstract interpretation concepts.
- **Model Checking**: A directory dedicated to examples that demonstrate model checking.
### Testing
The `testing` directory is focused on software testing methodologies:
- **Performance Testing**: Contains strategies for performance testing, particularly of the `uto` system.
- **Property Based Testing**: Demonstrates the implementation of property-based testing in Java.
#### Resources
[1 Introduction to Static Analysis](https://www.amazon.com/Introduction-Static-Analysis-Interpretation-Perspective/dp/0262043416)