From a1ed4953c5a1cc0a105293aed59c6cb0a35f2bd8 Mon Sep 17 00:00:00 2001 From: David Liu Date: Fri, 2 Jan 2026 10:35:04 -0500 Subject: [PATCH] Updated autotest seed files to ensure settings follow tester JSON schema --- Changelog.md | 2 ++ db/data/autotest_files/custom/specs.json | 1 + db/data/autotest_files/haskell/specs.json | 4 +++- db/data/autotest_files/java/specs.json | 1 + db/data/autotest_files/jupyter/specs.json | 2 ++ db/data/autotest_files/py/specs.json | 2 ++ db/data/autotest_files/pyta/specs.json | 1 + db/data/autotest_files/r/specs.json | 2 +- db/data/autotest_files/racket/specs.json | 1 + 9 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5208ffe8cd..24ab9271bf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,8 @@ ### 🔧 Internal changes +- Updated autotest seed files to ensure settings follow tester JSON schema (#7775) + ## [v2.9.0] ### ✨ New features and improvements diff --git a/db/data/autotest_files/custom/specs.json b/db/data/autotest_files/custom/specs.json index 42b5042364..766f793e00 100644 --- a/db/data/autotest_files/custom/specs.json +++ b/db/data/autotest_files/custom/specs.json @@ -13,6 +13,7 @@ "timeout": 30, "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Custom Test Group" } } diff --git a/db/data/autotest_files/haskell/specs.json b/db/data/autotest_files/haskell/specs.json index d61041a24a..2160efdeb1 100644 --- a/db/data/autotest_files/haskell/specs.json +++ b/db/data/autotest_files/haskell/specs.json @@ -15,10 +15,12 @@ "test_cases": 100, "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Haskell Test Group" } } - ] + ], + "env_data": {} } ] } diff --git a/db/data/autotest_files/java/specs.json b/db/data/autotest_files/java/specs.json index 787d6d7a7f..133be95b8f 100644 --- a/db/data/autotest_files/java/specs.json +++ b/db/data/autotest_files/java/specs.json @@ -18,6 +18,7 @@ "timeout": 30, "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Java Test Group 2" } } diff --git a/db/data/autotest_files/jupyter/specs.json b/db/data/autotest_files/jupyter/specs.json index 9bddc9cf6e..8fe4eea41f 100644 --- a/db/data/autotest_files/jupyter/specs.json +++ b/db/data/autotest_files/jupyter/specs.json @@ -18,6 +18,7 @@ ], "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Python Test Group" } } @@ -44,6 +45,7 @@ ], "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Jupyter Test Group" } } diff --git a/db/data/autotest_files/py/specs.json b/db/data/autotest_files/py/specs.json index 06db22163a..2fee34c4f1 100644 --- a/db/data/autotest_files/py/specs.json +++ b/db/data/autotest_files/py/specs.json @@ -15,6 +15,7 @@ "output_verbosity": 2, "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Python Test Group 1" } }, @@ -26,6 +27,7 @@ "output_verbosity": "short", "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Python Test Group 2" } } diff --git a/db/data/autotest_files/pyta/specs.json b/db/data/autotest_files/pyta/specs.json index 160fee844e..ff02e12cef 100644 --- a/db/data/autotest_files/pyta/specs.json +++ b/db/data/autotest_files/pyta/specs.json @@ -16,6 +16,7 @@ "timeout": 30, "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "PyTA Test Group" } } diff --git a/db/data/autotest_files/r/specs.json b/db/data/autotest_files/r/specs.json index 79ee3cc032..2df35d8bbb 100644 --- a/db/data/autotest_files/r/specs.json +++ b/db/data/autotest_files/r/specs.json @@ -28,7 +28,7 @@ { "category": [ - "admin" + "instructor" ], "extra_info": { diff --git a/db/data/autotest_files/racket/specs.json b/db/data/autotest_files/racket/specs.json index 08838fec9f..9f0248cb2f 100644 --- a/db/data/autotest_files/racket/specs.json +++ b/db/data/autotest_files/racket/specs.json @@ -16,6 +16,7 @@ "timeout": 30, "extra_info": { "criterion": "criterion", + "display_output": "instructors", "name": "Racket Test Group" } }