You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade tests are failing for fedimint-cli. To reproduce, you'll need to reference this branch, which reorgs this fix commit. This is necessary so git bisect can correctly identify the commit that introduced the next failure.
git fetch upstream cd9019415de0f3ec155098b0d971ac764369ac02
git checkout cd9019415de0f3ec155098b0d971ac764369ac02
TEST_KINDS=fedimint-cli just test-upgrades v0.4.0 current &> results.log
git bisect shows cd9019415de0f3ec155098b0d971ac764369ac02 introduced, which is 911e67287ae85ed30b754a3871aa3cedb6ceca98 on master.
git bisect start
git bisect good fb6310005f
git bisect bad ee2cb865304ad918273462ca4a979938bcb65675
...
cd9019415de0f3ec155098b0d971ac764369ac02 is the first bad commit
commit cd9019415de0f3ec155098b0d971ac764369ac02
Author: joschisan <joschisan@MacBook-Pro-von-Joscha.local>
Date: Tue Nov 12 13:38:22 2024 +0200
cleanup: sane network encoding for lnv2
@joschisan I've assigned your way since you have context
The text was updated successfully, but these errors were encountered:
@joschisan Following up from our chat during the dev call. I ran upgrade tests after gating lnv2 on v0.5.0 and we still get the same failure. I captured the diff and logs in bradleystachurski@2fd930d
Please let me know if you had a different diff in mind when we talked on the call.
Upgrade tests are failing for
fedimint-cli
. To reproduce, you'll need to reference this branch, which reorgs this fix commit. This is necessary sogit bisect
can correctly identify the commit that introduced the next failure.Expected error message
git bisect
showscd9019415de0f3ec155098b0d971ac764369ac02
introduced, which is911e67287ae85ed30b754a3871aa3cedb6ceca98
onmaster
.@joschisan I've assigned your way since you have context
The text was updated successfully, but these errors were encountered: