Closed
Bug 1098998
Opened 11 years ago
Closed 11 years ago
[MCTS] error on test "webapi_tests.mobile_message.test_sms_outgoing.TestSmsOutgoing.test_sms_outgoing"
Categories
(Firefox OS Graveyard :: Certification Suite, defect)
Firefox OS Graveyard
Certification Suite
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pkj1020, Unassigned)
References
Details
Attachments
(1 file)
311.97 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36
Steps to reproduce:
I have conducted MCTS using Frame device.
Actual results:
I found out the error on the test "webapi_tests.mobile_message.test_sms_outgoing.TestSmsOutgoing.test_sms_outgoing". SMS has been sent successfully, but the result is different depending on the delivery report option.
Settings -> Messaging Settings
1) Delivery reports off -> PASS
2) Delivery reports on -> FAIL
Expected results:
Always "PASS" regardless of the option.
Comment 1•11 years ago
|
||
Hi Jonathan, would you please kindly help look into this ?
The issue happened on Flame 2.0 as well.
Thank you very much !
Flags: needinfo?(jgriffin)
Comment 2•11 years ago
|
||
Hi Jongsoo,
would you please kindly provide the log and failed report for this SMS issue ?
and besides, would you please provide the Build Id, SW version of Flame and MCTS 2.0 version as well ?
Thank you very much !
Flags: needinfo?(zzongsoo)
Flags: needinfo?(pkj1020)
I attached the log file(mcts_sms_log.txt) and the failed report is below.
==================================================================================================
1:14.38 TEST_START: MainThread webapi_tests.mobile_message.test_sms_outgoing.TestSmsOutgoing.test_sms_outgoing
1:37.82 TEST_END: MainThread FAIL, expected PASS
Traceback (most recent call last):
File "/root/Desktop/MCTS/fxos-certsuite/certsuite_venv/local/lib/python2.7/site-packages/fxos_certsuite-2.0.1-py2.7.egg/webapi_tests/mobile_message/test_sms_outgoing.py", line 39, in test_sms_outgoing
"Sent SMS MozSmsMessage.deliveryStatus should be 'success' or 'not-applicable'")
AssertionError: Sent SMS MozSmsMessage.deliveryStatus should be 'success' or 'not-applicable'
==================================================================================================
Also, I have conducted MCTS using the source from github.
(https://github.com/mozilla-b2g/fxos-certsuite)
Please refer Flame information below.
Software : Boot2Gecko 2.0.0.0-prerelease
Build ID : 20140930112111
Thank you.
Updated•11 years ago
|
Flags: needinfo?(zzongsoo)
Comment 5•11 years ago
|
||
Looks like we either need to:
1 - make having delivery reports enabled a prerequisite
2 - turn on delivery reports at the start of the test
or
3 - disable checks which can fail if delivery reports are enabled
I think delivery reports are somewhat sensitive to network and environment, so I might be inclined towards 3 if no one has an alternate opinion.
Flags: needinfo?(jgriffin)
Updated•11 years ago
|
Blocks: b2g-cert-tests
Comment 6•11 years ago
|
||
Hi Jonathan, thanks for your feedback and comments!
Since partner is very close to MP and also expect MCTS on 2.0 to be done ASAP.
Do you think partner should go for wavier process for this sms case or when the updated version of MCTS 2.0 with the option 3 in comment5 will be ready for them ?
Thank you very much !!
Flags: needinfo?(jgriffin)
Comment 7•11 years ago
|
||
I think apply for a waiver for this case is appropriate if they need to submit results before we release a new version of MCTS.
Flags: needinfo?(jgriffin)
Comment 8•11 years ago
|
||
Hi Faramarz, per comment 7,
Could you lease kindly help with the Waiver approval process ?
Thank you very much!
Flags: needinfo?(faramarz)
Comment 9•11 years ago
|
||
Based on the comment 7 above, and also see comment 5 in Meta bug Bug1104617, this waiver is granted.
Set this bug to Resolved, WONTFIX
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Comment 10•11 years ago
|
||
Update to MCTS acknowledged by Jonathon (see comment #5).
Also, response by faramarz no longer needed.
Flags: needinfo?(faramarz)
You need to log in
before you can comment on or make changes to this bug.
Description
•