Skip to content

Conversation

@prmukherj
Copy link
Collaborator

Context

The test fixture was already exiting the solver session, thus exit was called twice.

Change Summary

Removed exit call from the test.

Rationale

As the exit was already called in the fixture.

This updated behavior is correct as redundant call to exit will be caught now.

@prmukherj prmukherj requested a review from mkundu1 as a code owner October 31, 2025 15:28
Copilot AI review requested due to automatic review settings October 31, 2025 15:28
@prmukherj prmukherj enabled auto-merge (squash) October 31, 2025 15:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a nightly development test failure caused by duplicate calls to exit the solver session. The wait_for_process_finished method was updated to handle process cleanup, making the explicit exit call in the test redundant and problematic.

Key changes:

  • Removed redundant solver_session.exit() call from the test_simple_solve test function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot added the bug Issue, problem or error in PyFluent label Oct 31, 2025
@mkundu1 mkundu1 changed the title fix: Nightly dev test dur to updates in 'wait_for_process_finished'. fix: Nightly dev test due to updates in 'wait_for_process_finished'. Oct 31, 2025
Copilot AI review requested due to automatic review settings October 31, 2025 15:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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 PyFluent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants