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

Add unintentionally excluded tests to Publishing workflow #2038

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bmhowe23
Copy link
Collaborator

@bmhowe23 bmhowe23 commented Aug 1, 2024

Some tests have been disabled from our Publishing workflow, essentially because the validate_wheel.sh script uses the find command to find tests, and that is apparently not following the symlinks that our publishing workflow had setup. Specifically, it was missing the snippets and examples folders when doing the wheel validation.

Note: I expect this to reveal the following error:

(cuda-quantum) root@682642a99424:/cuda-quantum# python3 /tmp/snippets/using/cudaq/platform/sample_async_remote.py
Number of virtual QPUs: 2
Sampling jobs launched for asynchronous processing.
terminate called recursively
terminate called after throwing an instance of 'std::runtime_error'
  what():  Failed to launch kernel. Error: Failed to execute the kernel on the remote server: "Failed to process incoming request"
Error message: "Failed to open simulator backend library: libcutensornet.so.2: cannot open shared object file: No such file or directory."

Aborted (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant