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
Each discovered entity generate a log with a status :
consistent entity contains at most one value for each IDs
inconsistent entity contains at least an ID with multiple values
Expected
Add a new status complete for entities with one value for every IDs
Solution
To be able to check if an entity has all IDs, there need to be a way to pass the expected list of IDs a complete entity should have. Only selected IDs will be dumped.
Actual
Each discovered entity generate a log with a status :
consistent
entity contains at most one value for each IDsinconsistent
entity contains at least an ID with multiple valuesExpected
Add a new status
complete
for entities with one value for every IDsSolution
To be able to check if an entity has all IDs, there need to be a way to pass the expected list of IDs a complete entity should have. Only selected IDs will be dumped.
Example :
The text was updated successfully, but these errors were encountered: