nimble-commander icon indicating copy to clipboard operation
nimble-commander copied to clipboard

[Code]: Flaky test in VFSFTP_IT

Open mikekazakov opened this issue 1 year ago • 0 comments

Task Type

Technical Debt

Description

From the CI log:

VFSFTP big files reading cancellation
./run_all_integration_tests.sh: line 70: 12412 Abort trap: 6           $BINARY_PATH
-------------------------------------------------------------------------------
/Users/runner/work/nimble-commander/nimble-commander/Source/VFS/tests/VFSFTP_IT.mm:281
...............................................................................

/Users/runner/work/nimble-commander/nimble-commander/Source/VFS/tests/VFSFTP_IT.mm:321: FAILED:
  REQUIRE( (std::chrono::system_clock::now() < deadline) )
with expansion:
  false

/Users/runner/work/nimble-commander/nimble-commander/Source/VFS/tests/VFSFTP_IT.mm:321: FAILED:
  {Unknown expression after the reported line}
due to a fatal error condition:
  SIGABRT - Abort (abnormal termination) signal

===============================================================================
test cases:   11 |   10 passed | 1 failed
assertions: 6193 | 6191 passed | 2 failed

Additional Information

No response

mikekazakov avatar Jul 17 '24 19:07 mikekazakov