Skip to content

Commit

Permalink
Reorganize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 21, 2024
1 parent e155e58 commit 2ad1c79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 202 deletions.
10 changes: 10 additions & 0 deletions booster/test/rpc-integration/test-vacuous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,15 @@ Rules `init` and `AC` introduce constraints on this variable:
_Expected:_
- The state is simplified and discovered to be `vacuous` (with state `b`).

1) _unchecked-vacuous-rewritten_

_Input:_ same as _vacuous-not-rewritten_
- `execute` request with initial state `<k>b</k><int>N</int> \and N
==Int 1 \and N =/=Int 1` (A contradiction in the initial constraints).

_Expected:_
- the input constraints are not checked for satisfiability (`"assume-defined": true` is in params)
- one rewrite step is made and the result is `stuck`

With `kore-rpc-dev`, some contradictions will be discovered before or while
attempting to rewrite (at the time of writing, it returns `stuck`, though).

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2ad1c79

Please sign in to comment.