Skip to content

Commit 65e4942

Browse files
authored
Updated autotest seed files to ensure settings follow tester JSON schema (#7775)
1 parent ccc0e16 commit 65e4942

File tree

9 files changed

+14
-2
lines changed

9 files changed

+14
-2
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
### 🔧 Internal changes
1515

16+
- Updated autotest seed files to ensure settings follow tester JSON schema (#7775)
17+
1618
## [v2.9.0]
1719

1820
### ✨ New features and improvements

db/data/autotest_files/custom/specs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"timeout": 30,
1414
"extra_info": {
1515
"criterion": "criterion",
16+
"display_output": "instructors",
1617
"name": "Custom Test Group"
1718
}
1819
}

db/data/autotest_files/haskell/specs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"test_cases": 100,
1616
"extra_info": {
1717
"criterion": "criterion",
18+
"display_output": "instructors",
1819
"name": "Haskell Test Group"
1920
}
2021
}
21-
]
22+
],
23+
"env_data": {}
2224
}
2325
]
2426
}

db/data/autotest_files/java/specs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"timeout": 30,
1919
"extra_info": {
2020
"criterion": "criterion",
21+
"display_output": "instructors",
2122
"name": "Java Test Group 2"
2223
}
2324
}

db/data/autotest_files/jupyter/specs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
],
1919
"extra_info": {
2020
"criterion": "criterion",
21+
"display_output": "instructors",
2122
"name": "Python Test Group"
2223
}
2324
}
@@ -44,6 +45,7 @@
4445
],
4546
"extra_info": {
4647
"criterion": "criterion",
48+
"display_output": "instructors",
4749
"name": "Jupyter Test Group"
4850
}
4951
}

db/data/autotest_files/py/specs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"output_verbosity": 2,
1616
"extra_info": {
1717
"criterion": "criterion",
18+
"display_output": "instructors",
1819
"name": "Python Test Group 1"
1920
}
2021
},
@@ -26,6 +27,7 @@
2627
"output_verbosity": "short",
2728
"extra_info": {
2829
"criterion": "criterion",
30+
"display_output": "instructors",
2931
"name": "Python Test Group 2"
3032
}
3133
}

db/data/autotest_files/pyta/specs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"timeout": 30,
1717
"extra_info": {
1818
"criterion": "criterion",
19+
"display_output": "instructors",
1920
"name": "PyTA Test Group"
2021
}
2122
}

db/data/autotest_files/r/specs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
"category":
3030
[
31-
"admin"
31+
"instructor"
3232
],
3333
"extra_info":
3434
{

db/data/autotest_files/racket/specs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"timeout": 30,
1717
"extra_info": {
1818
"criterion": "criterion",
19+
"display_output": "instructors",
1920
"name": "Racket Test Group"
2021
}
2122
}

0 commit comments

Comments
 (0)