Ivan Arias Leon

Results 6 issues of Ivan Arias Leon

in POST v2/subscriptions, in entities idPattern field invalid chars are allowed #### Dataset ``` | type | |-------------| | house | | house=flat | | house"flat" | | house'flat' |...

bug
P6

in POST v2/subscriptions the notification.http.url field does not accept ipv6 #### dataset used ``` | url | |----------------------------------------------------------------| | http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html | | http://[1080:0:0:0:8:800:200C:417A]/index.html | | http://[3ffe:2a00:100:7031::1] | | http://[1080::8:800:200C:417A]/foo |...

bug
P4

example of raw response: ``` {"contextResponses":[ {"contextElement": {"attributes":[ {"name":"tempe_0", "values":[ {"recvTime":"2015-05-06T08:23:00.673Z", "attrValue":"28.1"}, {"recvTime":"2015-05-06T08:23:44.386Z", "attrValue":"28.2"}, {"recvTime":"2015-05-06T08:25:45.924Z", "attrValue":"83.3"} ] } ], "id":"room2", "isPattern":false, "type":"room"}, "statusCode":{ "code":"200", "reasonPhrase":"OK"} } ] } ``` The...

question
backlog
should

We launch a performance test during 4h with: 10 databases and 40 threads by database = 400 notifications at the same time only one collection in each database, usin `per-service-path`...

bug
P9

in POST v2/subscriptions if expires has invalid date the subscription is created #### dataset ``` | expires | |--------------------------| | 2016-04-05T14:10:0x.00Z | | 2016-04-05T14:10:00,00Z | | 2016-04-05T14:10:00.h00Z | | 2016-04-05T14:10:00.0h0Z...

bug
P4

in GET v2/entities using "q" query parameter, seconds and mSecs are not validated. Before seconds (year, month, day, hour, minute) all are validate, but after minutes not. #### cases that...

bug
P5