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

test result displayed in the terminal differs from what is recorded in the log file. #13

Open
hu14580 opened this issue Mar 6, 2024 · 1 comment

Comments

@hu14580
Copy link

hu14580 commented Mar 6, 2024

Hello, I am a junior engineer. When I was using memtester to test my memory, I found that there were error messages in the screenshot, but the test log showed 'ok'. Can you help me with this?
one:screenshot of taken in the terminal
2024-03-06_09-35-17
two: screenshot of the cat test.log information
image

@lucaceresoli
Copy link
Contributor

In your first screenshot you have some tests detecting errors (Block Sequential, Bit Flip, Walking Zeros) and all the others did not detect any error. memtester does not report a "final" result, but if even single test found a failure, you can consider the whole test "failed".

I don't understand the second screenshot, maybe the ANSI sequences got misinterpreted so the FAILURE: ... info is not displayed.

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