-
Notifications
You must be signed in to change notification settings - Fork 122
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: pool issues #3266
Merged
Merged
fix: pool issues #3266
Conversation
This file contains 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
Adding timeout to check if the instance is already launched.
…ealth. fix: some tests
germa89
requested review from
clatapie and
pyansys-ci-bot
and removed request for
a team
July 10, 2024 14:47
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
github-actions
bot
added
CI/CD
Related with CICD, Github Actions, etc
maintenance
General maintenance of the repo (libraries, cicd, etc)
bug
Issue, problem or error in PyMAPDL
labels
Jul 10, 2024
github-actions
bot
added
documentation
Documentation related (improving, adding, etc)
dependencies
labels
Jul 12, 2024
* build: update ansys-api-mapdl to 0.5.2 * chore: adding changelog file 3255.dependencies.md --------- Co-authored-by: pyansys-ci-bot <[email protected]>
github-actions
bot
removed
documentation
Documentation related (improving, adding, etc)
dependencies
labels
Jul 12, 2024
This was referenced Jul 12, 2024
* fix: not showing instances on linux * chore: adding changelog file 3263.fixed.md --------- Co-authored-by: pyansys-ci-bot <[email protected]>
This was referenced Jul 12, 2024
Open
clatapie
reviewed
Jul 12, 2024
clatapie
approved these changes
Jul 12, 2024
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.
I added 2 small comments but except from this, it looks good to me!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Issue, problem or error in PyMAPDL
CI/CD
Related with CICD, Github Actions, etc
maintenance
General maintenance of the repo (libraries, cicd, etc)
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.
Description
Unfortunately this PR has grown too big, and I'm not happy about it.
Several things are made here:
ready
andwait_for_ready
method toMapdlPool
.pool
is ready before testing usingpool
fixture.initialized
function)VALID_PORT
variable).run_before_and_after_tests_3
.is_valid_process
.Minors
latest-**
test_mapdl
totest_console
.Issue linked
Fix pool issues detected in latest release attemp.
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)