Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acceptance tests results are not predictable #577

Closed
alexppxela opened this issue Aug 9, 2023 · 0 comments · Fixed by #578
Closed

Acceptance tests results are not predictable #577

alexppxela opened this issue Aug 9, 2023 · 0 comments · Fixed by #578

Comments

@alexppxela
Copy link
Contributor

Acceptance tests fail randomly.
It is due to quickfix implementation.
Some wrong messages sent to the other side trigger a logout so the other side logs out the client and disconnects the client.
It happens on these errors:

  • CompID problem
  • SendingTime accuracy problem
  • Incorrect BeginString
    When acceptance test wait for disconnection, it is possible that server has already close the socket and the exception "Connection reset by peer" is risen in ruby

Examples: https://github.com/quickfixgo/quickfix/actions/runs/5780605792/job/15664496876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant