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
logger.go:256: time=2024-10-28T14:16:24.310-04:00 level=INFO msg="Committed change to root store" late_val_idx=1 root=gcosmos serversys=driver height=2 apphash=450e950a7b9e54a0bb19a96d300f8cedbff34bd7efe059b2c480c3614f2f0112
logger.go:256: time=2024-10-28T14:16:24.313-04:00 level=INFO msg="Committed change to root store" late_val_idx=1 root=gcosmos serversys=driver height=3 apphash=5bf6ad5f62e70b89cc8ef60723ea749f458901668b0105f4bad00df162d18b6e
main_test.go:1155: response body for balance account 0: "{\"balance\":{\"denom\":\"stake\",\"amount\":\"9900\"}}"
Note that the passing test committed height 3 and the failing test only committed height 2. This sounds like an issue with the test, not a bug in production code.
The text was updated successfully, but these errors were encountered:
The failure looks like:
Observed in https://github.com/gordian-engine/gcosmos/actions/runs/11559862928/job/32175473314, a build of main at commit e68d089.
A passing test looks like:
Note that the passing test committed height 3 and the failing test only committed height 2. This sounds like an issue with the test, not a bug in production code.
The text was updated successfully, but these errors were encountered: