darcs

Issue 2665 Testing patch metadata encoding: failed

Title Testing patch metadata encoding: failed
Priority bug Status unknown
Milestone Resolved in
Superseder Nosy List bfrk
Assigned To
Topics

Created on 2020-11-14.14:19:15 by bfrk, last changed 2022-04-12.13:20:08 by bfrk.

Messages
msg22505 (view) Author: bfrk Date: 2020-11-14.14:19:11
The github actions CI I am working on ran into a unit test failure:

Darcs.Patch.Info:
  Testing patch metadata decoding: [OK, passed 100 tests]
  Testing patch metadata encoding: [Failed]
*** Failed! (after 43 tests and 1 shrink):
Exception while generating shrink-list:
  invalid patch name "\n\627355\39583\62039\44065\556195\60212"
  CallStack (from HasCallStack):
    error, called at src/Darcs/Patch/Info.hs:204:29 in darcs-2.16.3-
inplace:Darcs.Patch.Info
Exception thrown while showing test case:
  invalid patch name "\n\627355\39583\62039\44065\556195\60212"
  CallStack (from HasCallStack):
    error, called at src/Darcs/Patch/Info.hs:204:29 in darcs-2.16.3-
inplace:Darcs.Patch.Info

(used seed 7771830664820817240)
History
Date User Action Args
2020-11-14 14:19:15bfrkcreate
2022-04-12 13:20:08bfrksetpriority: bug