-
Notifications
You must be signed in to change notification settings - Fork 152
Testing PR #636 variant: streaming grandchild processes with os.fork model in self-test.py #649
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
Closed
Closed
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
4b3f7c1
Initial commit
klimaj 12eabe1
git pull origin main
klimaj 62031c5
Define run_distributed_cluster_test_cases
klimaj 7b71209
Refactor T900_distributed.py
klimaj 9b8da5c
Clean up nonce cache error messages
klimaj cc352c8
Update imported module
klimaj 52b1949
Initial commit
klimaj f50a5c6
Flush print
klimaj 0d959c7
Rename test suites
klimaj cb7607a
Split unittest modules
klimaj f5ad4d1
Add assert preventing a scorefunction transition
klimaj 7c23878
Testing scorefunction transition through intermediate PDB format seri…
klimaj fc5076d
Assert hashes are equal; enable verbose
klimaj 91605dd
Clean up unit test subprocesses
klimaj a307f28
Adding unit test standard output streaming with early timeout
klimaj 844b713
Clean up process groups
klimaj 794cea1
Terminating process tree
klimaj 1bd5f00
Disabling streaming in T917
klimaj cafea5f
Split out unit test; update scorefunction and sequences
klimaj 4edae6e
Update sequence
klimaj f80690b
Tidy up print statements
klimaj dee811a
Split out unit test conditions
klimaj 1b5154f
Track additional metrics and assert equal
klimaj 80daaca
Serialize double precision floats with 15 digits
klimaj 4adb2bf
git pull origin main
klimaj 27816d4
Generate random bytes with Python-3.8 compatability
klimaj 25aa4bc
Temporarily disable tests
klimaj db0e5dd
Disable verbose
klimaj fdd178a
Revert "Temporarily disable tests"
klimaj 8297550
Move pprint_flush function
klimaj a0ec063
Update import to pprint_flush
klimaj 27deb8e
Flush print statements
klimaj 2df619f
Flush print statement
klimaj 61dfcab
Flush print statements
klimaj 5e1cb57
Set PYTHONUNBUFFERED=1
klimaj d8d24c0
Set PYTHONUNBUFFERED=1
klimaj 93a1e55
Set PYTHONUNBUFFERED=1
klimaj 32c514d
Set silent=True
klimaj bc9064c
Set PYTHONUNBUFFERED=1 for testing framework
klimaj 8fae5be
Flush stdout
klimaj c8064c9
Add tearDown methods
klimaj f34ba7b
Improve test case docstrings
klimaj 4f884a5
Set PYTHONUNBUFFERED=1
klimaj 2c23415
Set PYTHONUNBUFFERED=1
klimaj 372c45e
Flush print statement
klimaj 67893bf
Fix ResourceWarning upon exception
klimaj 920e307
Split args; send stderr to stdout; flush
klimaj c1fb56d
Revert "Set PYTHONUNBUFFERED=1"
klimaj 0fc3dc8
Revert "Set PYTHONUNBUFFERED=1"
klimaj 49348e9
Testing: refactor mfork in self-test.py
klimaj 0b98f18
Clean up print statement
klimaj a4a3140
Clean up imports
klimaj 0778591
Merge branch 'main' of github.com:klimaj/rosetta into unittests
klimaj 882f39b
Increase default timeout
klimaj 7c12acb
Fix test_name collision
klimaj d8cdbcd
Flush print statements
klimaj 991f8d1
Testing non-blocking unit test parallelism with streaming output in s…
klimaj 3edce68
Revert "Disabling streaming in T917"
klimaj 17bc82d
Assign defaults globally
klimaj 5b35de4
Split out streaming and non-streaming test cases
klimaj 0acbe1a
Prioritize T900-series of tests
klimaj 99fa168
Tweaking process_jobs to do timeout check first; cleanup
klimaj 48c0285
git checkout d8cdbcdd4df54b950965be45609ad0c739837f5d -- source/src/p…
klimaj 7fae7c7
Prioritize T900 tests
klimaj 9966d8a
Fix file handle
klimaj 1ad5469
git checkout origin/main -- source/src/python/PyRosetta/src/self-test.py
klimaj 348e374
Disable streaming in grandchildren processes
klimaj 318e377
Revert "Disable streaming in grandchildren processes"
klimaj b202963
Testing self-test.py -j1 to bypass os.fork model
klimaj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, please remove explicit flushing