knix-microfunctions/knix

test asl_Map hangs with maxconcurrency values != 0

iakkus opened this issue · 3 comments

When maxconcurrency is set to 1, hangs by printing "Test 1/4" (i.e., first test tuple).
When maxconcurrency is set to 2 or 3, hangs by printing "Test 4/4" (i.e., fourth test tuple).

A recent PR #111 has fixed some indentation issues in FunctionWorker/StateUtils. However, it appears that the problem was already there (i.e., before the indentation fixes).

not sure if related, but I just fixed a slash "/" that was appearing in the workflow label of a kservice in 372e771 and wouldn't deploy on k8s

This was running on a single-host, bare metal setup, so probably not.

Fixed by 6983c3d.