Skip to content

Commit 6a708bd

Browse files
HOTFIX run booster integration on change to kore (#3946)
The previously merged PR (#3939) broke booster integration tests, however, the CI didn't run those and the PR was merged without this being discovered. This PR fixes the tests and modifies the CI run to always run booster integration whenever any kore files change.
1 parent 4b24eba commit 6a708bd

File tree

4 files changed

+10975
-11
lines changed

4 files changed

+10975
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: GC_DONT_GC=1 nix build .#kore-exec .#kore-rpc-booster
173173

174174
- name: Run booster integration tests
175-
if: ${{ (steps.changes.outputs.booster == 'true' || steps.changes.outputs.kore_rpc_types == 'true' || steps.changes.outputs.project == 'true') }}
175+
if: ${{ (steps.changes.outputs.booster == 'true' || steps.changes.outputs.kore == 'true' || steps.changes.outputs.kore_rpc_types == 'true' || steps.changes.outputs.project == 'true') }}
176176
run: |
177177
GC_DONT_GC=1 nix develop .#cabal --command bash -c "scripts/booster-integration-tests.sh"
178178

booster/test/rpc-integration/test-3934-smt/response-008.json

Lines changed: 10966 additions & 2 deletions
Large diffs are not rendered by default.

booster/test/rpc-integration/test-a-to-f/response-branching.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
},
183183
"first": {
184184
"tag": "EVar",
185-
"name": "Var'Unds'DotVar0",
185+
"name": "RuleVar'Unds'DotVar0",
186186
"sort": {
187187
"tag": "SortApp",
188188
"name": "SortGeneratedCounterCell",
@@ -220,7 +220,7 @@
220220
},
221221
"first": {
222222
"tag": "EVar",
223-
"name": "Var'Unds'DotVar1",
223+
"name": "RuleVar'Unds'DotVar1",
224224
"sort": {
225225
"tag": "SortApp",
226226
"name": "SortK",
@@ -339,7 +339,7 @@
339339
},
340340
"first": {
341341
"tag": "EVar",
342-
"name": "Var'Unds'DotVar0",
342+
"name": "RuleVar'Unds'DotVar0",
343343
"sort": {
344344
"tag": "SortApp",
345345
"name": "SortGeneratedCounterCell",
@@ -377,7 +377,7 @@
377377
},
378378
"first": {
379379
"tag": "EVar",
380-
"name": "Var'Unds'DotVar1",
380+
"name": "RuleVar'Unds'DotVar1",
381381
"sort": {
382382
"tag": "SortApp",
383383
"name": "SortK",

booster/test/rpc-integration/test-a-to-f/response-branching.kore-rpc-dev

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
},
183183
"first": {
184184
"tag": "EVar",
185-
"name": "Var'Unds'DotVar0",
185+
"name": "RuleVar'Unds'DotVar0",
186186
"sort": {
187187
"tag": "SortApp",
188188
"name": "SortGeneratedCounterCell",
@@ -220,7 +220,7 @@
220220
},
221221
"first": {
222222
"tag": "EVar",
223-
"name": "Var'Unds'DotVar1",
223+
"name": "RuleVar'Unds'DotVar1",
224224
"sort": {
225225
"tag": "SortApp",
226226
"name": "SortK",
@@ -339,7 +339,7 @@
339339
},
340340
"first": {
341341
"tag": "EVar",
342-
"name": "Var'Unds'DotVar0",
342+
"name": "RuleVar'Unds'DotVar0",
343343
"sort": {
344344
"tag": "SortApp",
345345
"name": "SortGeneratedCounterCell",
@@ -377,7 +377,7 @@
377377
},
378378
"first": {
379379
"tag": "EVar",
380-
"name": "Var'Unds'DotVar1",
380+
"name": "RuleVar'Unds'DotVar1",
381381
"sort": {
382382
"tag": "SortApp",
383383
"name": "SortK",

0 commit comments

Comments
 (0)