Skip to content

Commit 15a360d

Browse files
committed
Add EWD998ChanTrace.tla spec to CI.
Signed-off-by: Markus Alexander Kuppe <[email protected]>
1 parent 3dc8465 commit 15a360d

File tree

5 files changed

+674
-3
lines changed

5 files changed

+674
-3
lines changed

.ciignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
# Note that directory names are case-sensitive
55
# Example:
66
specifications/doesnotexist
7-

.github/workflows/ewd998.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
i="0"
2626
while [ $i -lt 50 ]; do
2727
java -cp impl/bin/:impl/lib/gson-2.8.6.jar EWD998App 1 > trace.ndjson
28-
java -jar ../../tla2tools.jar -noTE EWD998ChanTrace || exit 1
28+
JSON=trace.ndjson java -jar ../../tla2tools.jar -noTE EWD998ChanTrace || exit 1
2929
sleep 3;
3030
i=$[$i+1]
3131
done

manifest.json

+17
Original file line numberDiff line numberDiff line change
@@ -3143,6 +3143,23 @@
31433143
"tlaLanguageVersion": 2,
31443144
"features": [],
31453145
"models": []
3146+
},
3147+
{
3148+
"path": "specifications/ewd998/EWD998ChanTrace.tla",
3149+
"communityDependencies": ["VectorClocks", "IOUtils"],
3150+
"tlaLanguageVersion": 2,
3151+
"features": [],
3152+
"models": [
3153+
{
3154+
"path": "specifications/ewd998/EWD998ChanTrace.cfg",
3155+
"runtime": "00:00:01",
3156+
"size": "small",
3157+
"mode": "exhaustive search",
3158+
"config": [],
3159+
"features": ["alias", "view"],
3160+
"result": "success"
3161+
}
3162+
]
31463163
}
31473164
]
31483165
},

0 commit comments

Comments
 (0)