Skip to content

Conversation

@stress-tess
Copy link
Member

@stress-tess stress-tess commented Oct 7, 2024

Slight rework of #3816

@bmcdonald3's original description:

There are currently two issues with the client test in Arkouda that are impacting nightly distributed performance testing on some of our machines. The first test causing this issue follows the following pattern:

  1. Connect to server
  2. Shut down the server
  3. Relaunch the server
  4. Connect to the new server And, due to machine busyness, the second launched server can get held up in the queue and never granted an allocation, causing a failure.
    The second of the testing issue comes from one of the testing using Python IO to write a file containing server information, but one of our machine is currently dealing with a filesystem migration, causing Python writing to not work as expected due to permission problems.

Closes #3815

@stress-tess stress-tess requested a review from bmcdonald3 October 7, 2024 20:19
@stress-tess stress-tess marked this pull request as ready for review October 7, 2024 20:26
@stress-tess stress-tess changed the title testing this out Closes #3815: Disable client_test for nightly due to machine issues Oct 7, 2024
@stress-tess stress-tess enabled auto-merge October 7, 2024 20:28
@stress-tess stress-tess added this pull request to the merge queue Oct 7, 2024
Merged via the queue into Bears-R-Us:master with commit 7e847b4 Oct 7, 2024
@stress-tess stress-tess deleted the disable_client_test branch October 7, 2024 22:56
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 this pull request may close these issues.

Disable client test due to machine issues

2 participants