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

Read/write test suite does not clean up temporary files #9

Closed
fredrikbk opened this issue Feb 21, 2017 · 1 comment
Closed

Read/write test suite does not clean up temporary files #9

fredrikbk opened this issue Feb 21, 2017 · 1 comment

Comments

@fredrikbk
Copy link
Contributor

fredrikbk commented Feb 21, 2017

After running the test suite the following temporary files are left in the file system

diffcommand.tac
diffresult
rua_32.rb.csc

Any temporary files should be created in a temporary directory retrieved from the operating system, the same way that Shoaib's C backend works. They should also be deleted.

Perhaps a good way to do this is to have the file writers write to an ostream object? This is both more flexible for a user, and also allows the the test suite to insert a listener that does not require writing the data to disk.

@Lugatod
Copy link
Contributor

Lugatod commented Mar 2, 2017

Fixed in db2b264

@Lugatod Lugatod closed this as completed Mar 2, 2017
rohany added a commit that referenced this issue Oct 2, 2021
legion: start work for sharding functors for placement operations
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

No branches or pull requests

2 participants