Skip to content

Commit

Permalink
Merge pull request #267 from MarkUsProject/v1.10.1-rc
Browse files Browse the repository at this point in the history
V1.10.1 rc
  • Loading branch information
mishaschwartz authored Sep 10, 2020
2 parents a43eb07 + 471bfa1 commit ba8c972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG
All notable changes to this project will be documented here.

## [v1.10.1]
- Fixed bug where relevant test data was not included in the client while enqueuing tests (#265)

## [v1.10.0]
- Updated development docker image to connect to the development MarkUs docker image (#238)
- Removed Tasty-Stats as a dependency for the haskell tester and added our own ingredient instead to collect stats (#259)
Expand Down
1 change: 1 addition & 0 deletions src/autotester/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def enqueue_tests(
queue = _select_queue(len(test_data) > 1, request_high_priority)
_print_queue_info(queue)
for data in test_data:
client = get_client(client_type, {**client_data, **data})
kwargs = {
"client_type": client_type,
"test_data": {**client_data, **data},
Expand Down

0 comments on commit ba8c972

Please sign in to comment.