Details
Details
Actually this function is extended version of the function in D10219 test plan. Test plans overlap, I just tested one more scenario:
- Called this function twice - first one succeeded, second one failed with error message "Device already exists"
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/identity/src/database/device_list.rs | ||
---|---|---|
73–74 ↗ | (On Diff #34370) | Both DeviceTypes refer the same enum in proto, but one is in the grpc_clients crate (client-specific) while the other is in Identity directly. They're exactly the same but to the compiler they are different structs. |