-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit
Fallback
trace when kore-rpc-booster
aborts in Booster and f…
…alls back to Kore (#313) Closes runtimeverification/hs-backend-booster#295 Needs #3657 Note that the `Fallback` entry changes its level of detail in presence of `logSuccessfulRewrites`/logFailedRewrites`: * If only `logFallbacks` is supplied, then the log entry will only contain the pre- and post-state * If `logFailingRewtires` is given too, the log entry will additionally contain the rule id that caused the fallback and the fallback reason * If `logSuccessfulRewrites` is given too, the log entry will additionally contain the the rule log in Kore
- Loading branch information
Showing
12 changed files
with
1,197 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
.../params-mutual-constraints-terminal-log-fallbacks-and-failed-and-successful-rewrites.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"log-fallbacks": true, | ||
"log-failed-rewrites": true, | ||
"log-successful-rewrites": true, | ||
"terminal-rules": [ | ||
"TEST.EG", | ||
"TEST.FG" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
...on/test-diamond/params-mutual-constraints-terminal-log-fallbacks-and-failed-rewrites.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"log-fallbacks": true, | ||
"log-failed-rewrites": true, | ||
"terminal-rules": [ | ||
"TEST.EG", | ||
"TEST.FG" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
...r/test/rpc-integration/test-diamond/params-mutual-constraints-terminal-log-fallbacks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"log-fallbacks": true, | ||
"terminal-rules": [ | ||
"TEST.EG", | ||
"TEST.FG" | ||
] | ||
} |
Oops, something went wrong.