We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR #5568 introduces verification if realloc operation succeeds.
ret = prealloc(a->pop, &a->r->offs[a->idx][i], REALLOC_SIZE, 0, 0); UT_ASSERTeq(ret, 0);
With this modification, the test permanently fails on PMem setup. https://github.com/pmem/pmdk/actions/runs/4604839665/jobs/8440844480?pr=5568
prealloc fails in heavy load condition
realloc shall not fail
Are you willing to submit a pull request with a proposed change? (Yes, No)
Requested priority: Medium
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISSUE: prealloc fails in heavy load conditions
Environment Information
Please provide a reproduction of the bug:
PR #5568 introduces verification if realloc operation succeeds.
With this modification, the test permanently fails on PMem setup.
https://github.com/pmem/pmdk/actions/runs/4604839665/jobs/8440844480?pr=5568
How often bug is revealed: always
Actual behavior:
prealloc fails in heavy load condition
Expected behavior:
realloc shall not fail
Details
Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No)
Requested priority: Medium
The text was updated successfully, but these errors were encountered: