Closed Bug 575767 Opened 14 years ago Closed 14 years ago

FF4 Beta 1 Test Pilot starts collecting data automatically?

Categories

(Firefox :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 4.0b1
Tracking Status
blocking2.0 --- beta1+

People

(Reporter: Dolske, Assigned: jono)

References

Details

(Whiteboard: [4b1])

Attachments

(1 file, 1 obsolete file)

I just grabbed the build1 candidate to look at the new feedback mechanism and integrated Test Pilot.

Seems like it started to collect data without asking me? I thought it required an explicit opt-in. Under "Current Studies" it says "Currently collecting data" for "Menu Item Usage v2". http://grab.by/5cdA
And, uhh, just now out of nowhere (I was typing in Thunderbird), I got a popup notification from Firefox saying that the "Menu Item Usage v2 study is now beginning."
Whiteboard: [4b1]
Just verified that it's definitely collecting data; not just a UI glitch. As I use menu items data is stored in $profile/testpilot_menu_item_usage_2.sqlite
Hi Dolske,
Not a bug.  This is as designed.  We decided not to have the opt-in.  Please see the discussion in bug 570870.
I can't, because I don't have access to that bug. (!)
And you're not using a new profile?

The design is:

 - nothing happens for first 10 minutes
 - first survey presented is background survey
 - data isn't collected until users are notified that a study starts
 - data gets discarded if a user opts out
Agree with comment 3, but this is different than no-opt in, this is no-notification-that-we've-started-to-collect
OK, it seems I misunderstood that part of the design.  I wrote it to notify users "when the study starts", but in the special case of Firefox startup to delay the notification by ten minutes.  I didn't realize that we also wanted to delay starting the study in that case.

I will write a patch that puts each study into a dormant state until its notification has been displayed, if the "notify me on new studies" pref is turned on.  (This pref is on by default in Feedback, off by default in Test Pilot.)

Do we want to clear the dormant state and start the study:
1. As soon as the notification is displayed?
2. Some fixed amount of time after the notification is displayed?
3. After the user has interacted with the notification in some way?

Please note that since we aren't requiring an opt-in, there's no guarantee that the user has read the notification, or that they even saw it (since it will disappear as soon as they click anywhere else, it's easy to dismiss by accident).
Assignee: nobody → jdicarlo
Status: NEW → ASSIGNED
(In reply to comment #7)
> 3. After the user has interacted with the notification in some way?

As soon as the notification is dismissed, even if by accident. We want to know that it's been shown and the user has been at their computer since.
blocking2.0: ? → beta1+
Blocks: 570022
Roger.  Will try to get this patch done before I leave work today.
Jono: any update? This is a release blocker, we need to respin builds because of it.
OK, this patch makes it so that if notifications for new studies are preffed on, then new studies get put into STATUS_PENDING until the notification is closed either by the close button or the "more info" link being clicked, at which point they change to STATUS_IN_PROGRESS and start running.

It makes the "new study" notification non-fragile as well, meaning that it won't disappear just because you clicked outside it: you have to click the close button or the more info link to dismiss it.  This is so the the user will have to actually interact with the notification before the study starts, making it less likely that it starts without the user knowing it.
Note: I've tested the patch to the best of my ability on my own system, but I consider these to be somewhat "risky" changes because they affect the core logic of how tasks change state, which could have far-reaching effects.  I would greatly appreciate if others could test the patch and see if they find any regressions.
I tested it locally and looked to work fine:

http://grab.by/5cG9 - not collecting data
http://grab.by/5cHn - still not collecting data as I haven't dismissed the dialog
Oops - I accidentally left a debugging "dump" statement in the previous patch.  Uploaded a new patch that fixes this.  Use the new patch instead please.
Attachment #455077 - Attachment is obsolete: true
Attachment #455144 - Flags: review+
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7b1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: