afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

DriverId Features - deleting more than 100 gives strange error message. #45

Closed pblo closed 9 years ago

pblo commented 9 years ago

DriverId Features - deleting more than 100 gives strange or just non-descriptive error message.

Output : "Terminal couldn't process msg." SIN = 18 Payload.Name = "msgError" Payload.MIN = 4 Error description is : "Set driver ID error: data/svc/AVL/DriverId.dat: no such file or directory"

Not necessarily bug, rather question.

afarran commented 9 years ago

The issue is the error description does not correspond to the actual error (i.e. trying to delete more than 100 IDs)

TroyManary commented 9 years ago

Argus 21642

afarran commented 9 years ago

Can't reproduce. Where are the steps to reproduce? The SetDriverIds --> DeleteIds message field is an array that has a maximum size of 100. How did you send more than 100 IDs?