Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Fix reference transaction logic #1737

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

DyrellC
Copy link
Contributor

@DyrellC DyrellC commented Jan 30, 2020

Description

A fix for transaction issuance referencing another transaction in the regression tests. The machine 4 tests are reliant on this and have been exhibiting failures using the pool logic. This replaces the pool logic with simple synchronous api calls to ensure the test follows through properly.

Fixes: #1736

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How Has This Been Tested?

  • Ran tests locally for machine 4 tests

Checklist:

  • My code follows the style guidelines for this project
  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

@GalRogozinski GalRogozinski requested a review from kwek20 January 30, 2020 13:16
@@ -24,6 +24,8 @@ def compare_thread_return(step, api_call):
# Exclude duration from response list
if 'duration' in response_list:
del response_list['duration']
if 'info' in response_list:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats this for dyrell?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for checkConsistency negative responses. The length of arguments wasn't matching because info was not included in the expected responses list

@GalRogozinski GalRogozinski merged commit 063b77d into iotaledger:dev Jan 30, 2020
@GalRogozinski GalRogozinski mentioned this pull request May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Stitching test doesnt check for step response
3 participants