pmem / pmdk

Persistent Memory Development Kit
https://pmem.io
Other
1.34k stars 510 forks source link

pmempool_transform tests do not work fully with the new logging system (ERR_WO_ERRNO) #5984

Closed grom72 closed 8 months ago

grom72 commented 8 months ago

ISSUE: pmempool_transform tests do not work fully with the new logging system (ERR_WO_ERRNO)

Environment Information

Please provide a reproduction of the bug:

How often bug is revealed: (always, often, rare):

Actual behavior:

Expected behavior:

Either test match files to be updated or error messages to be not print on stderr (because of PMEMPOOL_LOG_LEVEL=0 env variablere)

Details

Additional information about Priority and Help Requested:

Are you willing to submit a pull request with a proposed change? (Yes, No)

Requested priority: (Showstopper, High, Medium, Low)

grom72 commented 8 months ago

Fixed by #6000