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

make test fails in trestle development environment when there is a pre-exisiting trestle workspace in /tmp #1525

Open
degenaro opened this issue Feb 27, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@degenaro
Copy link
Collaborator

Describe the bug

During trestle development, if there is a pre-existing workspace in /tmp when make test is run several tests will fail. The quick fix is to remove the trestle workspace from /tmp.

In the longer term, the tests should not rely upon a pristine /tmp folder, e.g. one without an existing trestle workspace.

To Reproduce

Steps to reproduce the behavior:

  1. create trestle development environment, comprising python venv and download of trestle develop branch.
  2. use trestle init to create trestle workspace in the /tmp folder
  3. run make test in the downloaded trestle devlop branch
  4. See errors

Expected behavior

The errors should not occur, regardless of the presence of a trestle workspace in /tmp

Screenshots / Logs.

N/A

Environment

  • OS: RHEL 8
  • Python version: 3.10
  • Installed packages: trestle develop branch
@jpower432 jpower432 added the bug Something isn't working label May 31, 2024
@jpower432 jpower432 added this to the v3.1.0 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants