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

Fix intermittent failures in test_dfencoder_distributed_e2e test #1113

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Jul 31, 2023

Description

  • Call the manual_seed method from within the subprocess, this ensures the subprocess runs deterministically.
  • Add a sleep to a busy-loop in morpheus/models/dfencoder/multiprocessing.py
  • Misc pylint fixes

fixes #1021

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@dagardner-nv dagardner-nv requested a review from a team as a code owner July 31, 2023 18:15
@dagardner-nv dagardner-nv requested a review from hsin-c July 31, 2023 18:15
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change 3 - Ready for Review labels Jul 31, 2023
@dagardner-nv dagardner-nv self-assigned this Jul 31, 2023
@cwharris
Copy link
Contributor

#1021 doesn't mention a cause, nor does this PR. Can we get a description of why the failure was occuring and how it's been fixed? that way it shows up in git logs.

Copy link
Contributor

@cwharris cwharris left a comment

Choose a reason for hiding this comment

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

Not sure what the cause/solution is. Looks like it might be the sleep? Otherwise LGTM

@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 0853e82 into nv-morpheus:branch-23.11 Aug 22, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: test_dfencoder_distributed_e2e intemittently fails with a raised ProcessRaisedException
3 participants