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
Describe the bug ConfirmComputationParticipant checks if the other Duchy participants are in the desired state. This does not actually use the Duchy IDs of ComputationParticipants associated with that Computation, but instead the IDs of all other configured Duchies. This may include Duchies that are not participants of that Computation, including ones that may not even be active.
Steps to reproduce
Set the active end time of a duchy in the duchy id config to past
Create a measurement and let the EDPs fulfill
Observe that the computation for the measurement fails with wfa.measurement.internal.kingdom.ComputationParticipants ConfirmComputationParticipant
Component(s) affected
Kingdom
Version
HEAD, 0.4.0, 0.3.0
The text was updated successfully, but these errors were encountered:
SanjayVas
changed the title
ConfirmComputationParticipant checks DuchyIds that includes non active duchies
ConfirmComputationParticipant checks status of non-participant Duchies
Oct 3, 2023
Describe the bug
ConfirmComputationParticipant checks if the other Duchy participants are in the desired state. This does not actually use the Duchy IDs of
ComputationParticipant
s associated with thatComputation
, but instead the IDs of all other configured Duchies. This may include Duchies that are not participants of thatComputation
, including ones that may not even be active.Steps to reproduce
Component(s) affected
Kingdom
Version
HEAD, 0.4.0, 0.3.0
The text was updated successfully, but these errors were encountered: