Closed Bug 753646 Opened 12 years ago Closed 12 years ago

Test failure: "The tab with index '0' has been selected" in testPrivateBrowsing/testCloseWindow.js

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect)

All
macOS
defect
Not set
normal

Tracking

(firefox13 unaffected, firefox14 fixed, firefox15 fixed)

RESOLVED FIXED
Tracking Status
firefox13 --- unaffected
firefox14 --- fixed
firefox15 --- fixed

People

(Reporter: whimboo, Assigned: whimboo)

References

Details

(Keywords: regression, Whiteboard: [qa-])

Attachments

(1 file)

This test is only run on OS X and fails on 15.0a1 and 14.0a2 with "The tab with index '0' has been selected". I can even see 'can't access dead object' failures in the list.

http://mozmill-ci.blargon7.com/#/functional/failure?branch=All&platform=Mac&from=2012-05-03&to=2012-05-10&test=%2FtestPrivateBrowsing%2FtestCloseWindow.js&func=testCloseWindow.js%3A%3AtestCloseWindow

Beside that failure I will also add the skip test entry which really disables the test on other platforms, so we can fix:


http://mozmill-ci.blargon7.com/#/functional/failure?branch=All&platform=All&from=2012-05-03&to=2012-05-10&test=%2FtestPrivateBrowsing%2FtestCloseWindow.js&func=testCloseWindow.js%3A%3AsetupModule

This first reported issue could be a regression in Firefox we will have to investigate.
The first time this failure happened was with 14.0a1 (20120326031149). I did a test with the builds 2012032503 and 2012032603, and can approve that this is a regression in Firefox.

Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=20a01901480f&tochange=ba4983d9c1f9

I will do some manual tests to see what's going on here and if this is only tied to automation.
This is a timing issue. Including an additional sleep before selecting a tab after restoring the closed window fixes the problem. Probably one of the changesets has been caused a slowness  in reopening the window. Looks like I will have to do a bisect.
Depends on: 753763
(In reply to Henrik Skupin (:whimboo) from comment #1)
> The first time this failure happened was with 14.0a1 (20120326031149). I did
> a test with the builds 2012032503 and 2012032603, and can approve that this
> is a regression in Firefox.
> 
> Pushlog:
> http://hg.mozilla.org/mozilla-central/
> pushloghtml?fromchange=20a01901480f&tochange=ba4983d9c1f9

I'm not able to build Firefox for changesets in between this range. So can't really figure out what could have been caused this regression.

But as I have found out this issue has something to do with Session Store. When we close the last window while staying in PB mode and leaving PB mode right after, the window gets reopened. The test doesn't fail if I add a little sleep right before we start to work with any of the elements. Also doing those steps manually doesn't show an issue. It's only visible with the current version of the Mozmill test and I can clearly confirm the regression range.

We have to get bug 753763 implemented for Mozmill 2.0. For 1.5 I would propose that we make use of a sleep call which is enough. If we will have a 1.5.13 release I will make sure to get the feature also landed there.
Attached patch Patch v1Splinter Review
This fixes:
* The wrong tab being selected after the closed window has been restored
* Correctly skip the test
* Minor adjustments
Attachment #622713 - Flags: review?(dave.hunt)
Comment on attachment 622713 [details] [diff] [review]
Patch v1

Looks good, and passes! r+
Attachment #622713 - Flags: review?(dave.hunt) → review+
Landed on default as:
http://hg.mozilla.org/qa/mozmill-tests/rev/dff8ba7429a3

I will wait for tomorrows results before the landing on older branches.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: