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

Fix tests where files are not closed #680

Closed
peter-lawrey opened this issue May 27, 2020 · 1 comment
Closed

Fix tests where files are not closed #680

peter-lawrey opened this issue May 27, 2020 · 1 comment
Assignees

Comments

@peter-lawrey
Copy link
Member

No description provided.

@peter-lawrey
Copy link
Member Author

Fix the tests so the error reporting open files doesn't need to be logged.

    @After
    public void checkMappedFiles() {
        try {
            MappedFile.checkMappedFiles();
        } catch (AssertionError e) {
            // TODO Fix this, https://github.com/OpenHFT/Chronicle-Queue/issues/680
            e.printStackTrace();
        }
    }

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