Commit 88b7be0
committed
fix(fungible): wait for FSC endorsers to catch up in TestPublicParamsUpdate
TestPublicParamsUpdate updates public parameters and waited for the
issuer/auditor nodes to observe them, but never waited for FSC
endorser nodes (present under FSCBasedEndorsement, e.g. fabricx). The
endorser validates auditor signatures against its own locally cached
public params, so a subsequent issue with the new auditor/issuer could
race ahead of the endorser's update and fail with "auditor [...] is
not in auditors". Mirrors the existing wait pattern already used in
TestAll.
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>1 parent d32ce37 commit 88b7be0
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
| 918 | + | |
918 | 919 | | |
919 | 920 | | |
920 | 921 | | |
| |||
931 | 932 | | |
932 | 933 | | |
933 | 934 | | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
934 | 939 | | |
935 | 940 | | |
936 | 941 | | |
| |||
0 commit comments