From 14e878660c2a96f9de009426c7d22a7688754b44 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Fri, 2 Feb 2024 19:15:44 +0000 Subject: [PATCH 1/2] [ga-update-readme] Update correctness for DoltgreSQL v56e0e4a7 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce14318c9..58059c2305 100644 --- a/README.md +++ b/README.md @@ -189,10 +189,22 @@ standard suite of correctness tests called `sqllogictest`. We use these same tests to measure the correctness of DoltgreSQL. -Here are DoltgreSQL's sqllogictest results for version `0.3.1`. Tests that +Here are DoltgreSQL's sqllogictest results for version `56e0e4a7`. Tests that did not run could not complete due to a timeout earlier in the run. +| Results | Count | +|-------------|---------| +| did not run | 411 | +| not ok | 751738 | +| ok | 4927605 | +| timeout | 1 | + +| Total Tests | 5679755 | +|-------------|---------| + +| Correctness Percentage | 86.757351 | +|------------------------|-----------|
From 939c254dd11741186699c11c80b8ab252a898663 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Fri, 2 Feb 2024 11:16:54 -0800 Subject: [PATCH 2/2] /README.md: revert version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58059c2305..f200aba4b7 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ standard suite of correctness tests called `sqllogictest`. We use these same tests to measure the correctness of DoltgreSQL. -Here are DoltgreSQL's sqllogictest results for version `56e0e4a7`. Tests that +Here are DoltgreSQL's sqllogictest results for version `0.3.1`. Tests that did not run could not complete due to a timeout earlier in the run.