Closed Bug 1165527 Opened 9 years ago Closed 9 years ago

Intermittent channel_manager_test.js | tv-deck/channel_manager fetchSettingFromHash() playingState should be set to the same setting in asyncStorage - Error: expected undefined to equal 't1' (helper.js?time=1431683974362:32)

Categories

(Firefox OS Graveyard :: Gaia::TV, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: KWierso, Unassigned)

Details

(Keywords: intermittent-failure)

09:59:34 INFO - TEST-PASS | tv-deck/test/unit/tv_deck_test.js | tv-deck/tv_deck updatePinButton() _unpinFromHome should be called if cuurent channel is pinned.
09:59:34 INFO - TEST-OK | tv-deck/test/unit/tv_deck_test.js | took 510ms
09:59:34 INFO - suite results (pass/fail): 31/0
09:59:34 INFO - JavaScript warning: app://tv-deck.gaiamobile.org/common/vendor/chai/chai.js?time=1431683974372, line 3564: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
09:59:34 INFO - TEST-START | tv-deck/test/unit/channel_manager_test.js
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager getTuner() Default value should be set to playingState.tunerId
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager getTuner() tuner2 should be found in currentTuners
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager getSource() Default value should be set to playingState.sourceType
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager getSource() source2 should be found in currentTuners
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager getChannel() Default value should be set to playingState.channelNumber
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager getChannel() channel2 should be found in currentTuners with index 1
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager fetchSettingFromHash() playingState should be set to the same setting as input arguement
09:59:34 INFO - TEST-UNEXPECTED-FAIL | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager fetchSettingFromHash() playingState should be set to the same setting in asyncStorage - Error: expected undefined to equal 't1' (app://tv-deck.gaiamobile.org/common/test/helper.js?time=1431683974362:32)
09:59:34 INFO - Error: Error: expected undefined to equal 't1' (app://tv-deck.gaiamobile.org/common/test/helper.js?time=1431683974362:32)
09:59:34 INFO - at onerror (app://tv-deck.gaiamobile.org/common/vendor/mocha/mocha.js:4959:10)
09:59:34 INFO - JavaScript error: app://tv-deck.gaiamobile.org/common/test/helper.js?time=1431683974362, line 32: Error: expected undefined to equal 't1'
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanTuners() playingState.tunerId should be set to first tuner by default if itis null value
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanTuners() scanSources should be called if tuner can be found
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanTuners() error should be fired if tuner cannot be found
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanSources() playingState.sourceType should be set to first source by default ifit is null value
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanSources() scanChannels should be called if tuner can be found
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanSources() error should be fired if tuner cannot be found
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanChannels() playingState.sourceType should be set to first source by default ifit is null value
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanChannels() isReady is set to be true
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager scanChannels() error should be fired if tuner cannot be found
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager setPlayingSource() If currentSource in playing tuner is the same as playing source, setPlayingChannel should be called while setCurrentSource should not
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager setPlayingSource() If currentSource in playing tuner is not the same as playing source, setPlayingChannel and setCurrentSource should both be called
09:59:34 INFO - TEST-INFO | tv-deck/test/unit/channel_manager_test.js | error: Source is still scanning.
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager setPlayingChannel() setCurrentChannel should be not called if source is scanning
09:59:34 INFO - TEST-INFO | tv-deck/test/unit/channel_manager_test.js | error: Source is still scanning.
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager setPlayingChannel() callback should be not called if source is scanning
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager setPlayingChannel() Both setCurrentChannel and callback should be called if source isnot scanning
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager switchChannel() Switch up channel, channelNumber should be 1
09:59:34 INFO - TEST-PASS | tv-deck/test/unit/channel_manager_test.js | tv-deck/channel_manager switchChannel() Switch down channel, channelNumber should be 4
09:59:34 INFO - TEST-OK | tv-deck/test/unit/channel_manager_test.js | took 369ms
09:59:34 INFO - suite results (pass/fail): 23/1
09:59:35 INFO - JavaScript warning: app://notification-sender.gaiamobile.org/common/vendor/chai/chai.js?time=1431683975190, line 3564: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
09:59:35 INFO - TEST-START | notification-sender/test/unit/notification_sender_test.js
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.