-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subscribe test cases may result in unexpected failure #241
Comments
(w3c/automotive#241) - Fixed by adding code to ignore SubscriptionNotificationResponse/ErrorResponse after Unsubscibe request has been sent to VISServer.
The test failure can happen by following scenario. 1)Testcase0180 send subscribe request to VISServer This issue can be fixed by ignoring SubscriptionNotifications reached to client after unsubscribe request has been sent. |
Bug fixed by following commit. Fixed simmilar issues in following testcases in this commit as well. |
@aShinjiroUrata Thanks for the work. |
(w3c/automotive#241) - Remove non necessary 'assert_true' - Added some value check
I received report from @wonsuk73 that, test 0180 passed after below change. |
Also reported test 0200 fails with similar reason to 0180 failure which is
|
(w3c/automotive#241) - Changed to ignore 'SubscriptionNotification' messages since not relevant to test criterion.
For test 0200, following change has been done. |
Thanks @aShinjiroUrata ! It's working well! |
Thanks for the feedback. |
Test case 0180-subscribe-success.html
(https://github.com/aShinjiroUrata/web-platform-tests/blob/dev-urata-vsss-test/vehicle/viss/0180-subscribe-success.html)
may result in unxpected failure even when subscribe itself succeed and the test criterion is satisfied.
This happend in test suite execution with ETRI's VISS implementation.
This does not happened with ACCESS's implementation.
The text was updated successfully, but these errors were encountered: