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

Closes #3815: Disable client test due to machine issues #3816

Closed
wants to merge 1 commit into from

Conversation

bmcdonald3
Copy link
Contributor

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

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.
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