Thanks for using the TrueNAS Community Edition issue tracker! TrueNAS Enterprise users receive direct support for their reports from our support portal.

fix test__open_path_and_check_proc API test

Description

> assert open_pid.isdigit(), open_pid
E AssertionError: 49557
E
E assert False
E + where False = <built-in method isdigit of str object at 0x8063cc9f0>()
E + where <built-in method isdigit of str object at 0x8063cc9f0> = '49557\n'.isdigit

The error message is absolute garbage and incomprehendable but once you stare at it long enough you'll realize it's broken because `open_pid` has a `\n` character at the end....

Problem/Justification

None

Impact

None

Activity

Show:

Bug Clerk January 27, 2022 at 8:11 PM

Complete
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Time remaining

0m

Components

Fix versions

Affects versions

Priority

Katalon Platform

Created January 27, 2022 at 8:09 PM
Updated July 1, 2022 at 5:54 PM
Resolved January 28, 2022 at 11:20 AM