Skip to content

Commit ba8c972

Browse files
Merge pull request #267 from MarkUsProject/v1.10.1-rc
V1.10.1 rc
2 parents a43eb07 + 471bfa1 commit ba8c972

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG
22
All notable changes to this project will be documented here.
33

4+
## [v1.10.1]
5+
- Fixed bug where relevant test data was not included in the client while enqueuing tests (#265)
6+
47
## [v1.10.0]
58
- Updated development docker image to connect to the development MarkUs docker image (#238)
69
- Removed Tasty-Stats as a dependency for the haskell tester and added our own ingredient instead to collect stats (#259)

src/autotester/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def enqueue_tests(
9595
queue = _select_queue(len(test_data) > 1, request_high_priority)
9696
_print_queue_info(queue)
9797
for data in test_data:
98+
client = get_client(client_type, {**client_data, **data})
9899
kwargs = {
99100
"client_type": client_type,
100101
"test_data": {**client_data, **data},

0 commit comments

Comments
 (0)