Skip to content

Commit

Permalink
Update test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/C…
Browse files Browse the repository at this point in the history
…onformanceComparison.kt

Co-authored-by: Alan Cai <[email protected]>
  • Loading branch information
yliuuuu and alancai98 authored Jan 11, 2024
1 parent a6de37b commit 3d6a2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Number failing in ${first.engine} engine but pass in ${second.engine} engine: ${
)
if (passingFirstFailingSecond.isNotEmpty()) {
if (passingFirstFailingSecond.size < 10) {
this.appendLine(":interrobang: CONFORMANCE REPORT REGRESSION DETECTED :interrobang:. The following test(s) were previously passing in ${first.engine} but fail in ${second.engine}:\n<details><summary>Click here to see</summary>\n\n")
this.appendLine(":interrobang: CONFORMANCE REPORT REGRESSION DETECTED :interrobang:. The following test(s) are passing in ${first.engine} but fail in ${second.engine}:\n<details><summary>Click here to see</summary>\n\n")

passingFirstFailingSecond.forEach { testName ->
this.appendLine("- $testName")
Expand Down

0 comments on commit 3d6a2be

Please sign in to comment.