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

[FEATURE] Set up test machine linux #1215

Closed
12 tasks done
miguelgfierro opened this issue Oct 15, 2020 · 15 comments · Fixed by #1245
Closed
12 tasks done

[FEATURE] Set up test machine linux #1215

miguelgfierro opened this issue Oct 15, 2020 · 15 comments · Fixed by #1245
Assignees
Labels
enhancement New feature or request

Comments

@miguelgfierro
Copy link
Collaborator

miguelgfierro commented Oct 15, 2020

Description

from https://github.com/microsoft/recommenders/tree/master/tests

Make sure all tests pass:

Unit:

  • pytest tests/unit -m "not notebooks and not spark and not gpu" --durations 0
  • pytest tests/unit -m "notebooks and not spark and not gpu"
  • pytest tests/unit -m "not notebooks and not spark and gpu"
  • pytest tests/unit -m "notebooks and not spark and gpu"
  • pytest tests/unit -m "not notebooks and spark and not gpu"
  • pytest tests/unit -m "notebooks and spark and not gpu"

Smoke:

  • pytest tests/smoke -m "smoke and not spark and not gpu" --durations 0
  • pytest tests/smoke -m "smoke and not spark and gpu" --durations 0
  • pytest tests/smoke -m "smoke and spark and not gpu" --durations 0

Integration:

  • pytest tests/integration -m "integration and not spark and not gpu" --durations 0
  • pytest tests/integration -m "integration and not spark and gpu" --durations 0
  • pytest tests/integration -m "integration and spark and not gpu" --durations 0

Expected behavior with the suggested feature

Other Comments

@miguelgfierro miguelgfierro added the enhancement New feature or request label Oct 15, 2020
@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro

This comment has been minimized.

@miguelgfierro
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant