Wade Barnes
Wade Barnes
Manual testing unfortunately.
> What, how? Surely any manual steps can be automated. Because how is a codebase maintainable without automated tests? > > I'd happily write the workflow if I knew anything...
> @esune @WadeBarnes I've rebased this PR, with latest dependency upgrades (incl for indy_vdr) > > The reason that previously `No matching distribution found for aiohttp-jinja2~=1.5.1`, is because the base...
> @rhofirAtos, Your latest commit is missing DCO sign-off. lol, I see you noticed. Thanks
Tests are still having issues with `ioflo`. It should be replaced as a `test` dependency so the tests can proceed and we get a better idea of where we're at...
DCO sign-off was not included in the most recent commit. @rhofirAtos, please amend your latest commit with DCO sign-off.
@R3CK0, Whatever's happened between this point https://github.com/hyperledger/indy-plenum/actions/runs/14197083841 and now is a step backwards. The tests where running and one slice was passing. In the current state the tests aren't able...
That said, affected tests are running and passing locally.
I'm able to recrate the error locally by running the tests like the workflows do: ``` RUSTPYTHONASYNCIODEBUG=0 python3 runner.py --pytest "python3 -m pytest -l -vv" --dir "plenum" --output "test-result-plenum-1.txt" --test-only-slice...
Plenum slice tests are running again.