Skip to content

Commit

Permalink
Merge branch 'main' of github.com:microsoft/CCF into log_dropped_mess…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
eddyashton committed Feb 16, 2024
2 parents 28bcbaa + eab71a3 commit 68cc60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/trace_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
cd tla/
mkdir traces
cp ../build/*.ndjson traces/
parallel 'set -o pipefail && echo {} && JVM_OPTIONS=-Dtlc2.tool.queue.IStateQueue=StateDeque JSON={} ./tlc.sh -dump dot,constrained,colorize,actionlabels {}.dot -dumpTrace tla {}.trace.tla -dumpTrace json {}.trace.json consensus/Traceccfraft.tla | ./last_line.sh {}.trace.json' ::: $(ls traces/*.ndjson)
parallel 'JVM_OPTIONS=-Dtlc2.tool.queue.IStateQueue=StateDeque JSON={} ./tlc.sh -dump dot,constrained,colorize,actionlabels {}.dot -dumpTrace tla {}.trace.tla -dumpTrace json {}.trace.json consensus/Traceccfraft.tla' ::: $(ls traces/*.ndjson)
displayName: "Run trace validation"
- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 68cc60a

Please sign in to comment.