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

Ray testcases are skipped in the long integration test even when ray is installed #1369

Open
1 of 2 tasks
xzdandy opened this issue Nov 17, 2023 · 0 comments
Open
1 of 2 tasks
Labels
Bug 🐞 EVA is not working as expected

Comments

@xzdandy
Copy link
Collaborator

xzdandy commented Nov 17, 2023

Search before asking

  • I have searched the EvaDB issues and found no similar bug report.

Bug

From circle ci: https://app.circleci.com/pipelines/github/georgia-tech-db/evadb/6092/workflows/df97d412-e9b4-4df3-b203-4bc216cbc3ca/jobs/44157

SKIPPED [1] test/integration_tests/long/test_pytorch.py:98: Run only if Ray is enabled
SKIPPED [1] test/integration_tests/long/test_pytorch.py:122: Run only if Ray is enabled

This can be due to the way we defined ray_skip_marker

ray_skip_marker = pytest.mark.skipif(
    os.environ.get("ray") is None, reason="Run only if Ray is enabled"
)

Environment

https://app.circleci.com/pipelines/github/georgia-tech-db/evadb/6092/workflows/df97d412-e9b4-4df3-b203-4bc216cbc3ca/jobs/44157?invite=true#step-106-10916_86

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@xzdandy xzdandy added the Bug 🐞 EVA is not working as expected label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
Development

No branches or pull requests

1 participant