Difference between revisions of "Snowstorm Daily Scrum Archive"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
__TOC__
__TOC__
<br clear="all"/>
<br clear="all"/>
 
==  Tuesday, November 9, 2010  ==
==  Monday, November 8, 2010  ==


=== General Notes ===
=== General Notes ===
----
----
* Merge Monkey of the Day: Oz
* Merge Monkey of the Day: Oz
* IMPORTANT: Please remember - when merging your fixes into Beta, you must also pull them into viewer-development immediately after
* If an issue is “In Progress” it should have a time estimate!
* Please remember - when merging your fixes into Beta, you must also pull them into viewer-development immediately after
* If you take a bug off any of the bug queues, please move it to the current sprint.
* If you take a bug off any of the bug queues, please move it to the current sprint.
* When you pick up an issue in current sprint, please set a time estimate before you start working on it.
 


===Team Status===
===Team Status===
Line 17: Line 17:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* STORM-105 : Perf gathering: posted results, took Vadim's first review into account and committed to dev repo, emailed internal automation team about that work so to get their reading as well
* STORM-105: Perf gathering: more Vadim comments and tweaks, committed changes to dev repo, waiting for LL internal team to review to push to viewer-development
* STORM-150: More reading, wrote a list of things to improve (not posted yet)
* STORM-150: More reading, built all as is (works), extracted what we need for a simple port, thinking about a clean architecture so to make that easy to build for all
* Discussed named branches strategies with CG


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* STORM-150: Finish that
* STORM-150: continue
* STORM-104 : kdu upgrade: commit the static linking changes to dev repo
* STORM-104 : kdu upgrade: commit the static linking changes to dev repo


Line 30: Line 31:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* Finished setting up new TPV Directory
* Assorted wiki updates
* Pulled more issues from integration queue
* Pulled more issues from integration queue, and many back from beta
** One fail - STORM-546
* Started working on library upgrade issue (STORM-312 and STORM-453)
* STORM-102 needs review - on behalf of WolfPup
* Reviewed autobuild for open source issues


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Continue merge monkey (nothing currently queued)
* Continue merge monkey (nothing currently queued)
* Start working on library upgrade issues
* Continue working on library upgrade issues


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 46: Line 47:
<b>PAST</b><br />
<b>PAST</b><br />
* Beta 3 monitoring
* Beta 3 monitoring
* STORM-223
* Looking at Notifications prefs tab; why is it broken?
* Prefs
* Prefs discussions
* Planning
* Display names discussions
* SH-412 monitoring
* STORM-102 comments
* Short day


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Beta 3  
* More Notifications prefs
* Beta 3
* Triage
* Triage
* Planning
* Planning
* Watchdog timer


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 62: Line 68:
<b>PAST</b><br />
<b>PAST</b><br />
* Triage
* Triage
* Prefs work prepped and sent out for review
* Prefs subtasks being created
* Started prim alignment design doc
* Discussion around STORM-560, STORM-102
* Planning/coordination of Viewer 2.3 beta & release
* Worked on prim alignment tool design doc
* Display Names discussion


<b>FUTURE</b><br />
<b>FUTURE</b><br />
Line 70: Line 79:
* VWR Triage
* VWR Triage
* Prioritize tickets for team and queue up more work
* Prioritize tickets for team and queue up more work
* Planning/coordination of Viewer 2.3 beta & release


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 78: Line 88:
<b>PAST</b><br />
<b>PAST</b><br />
* BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
* BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
** WIP. There insn't any problems for now. Working on changing floaters opacity while user is moving slider, without clicking OK in panel preferences or restarting viewer. Estimate ~ 8 - 10 hours.
** Fixed. Everything seems to work properly. Tomorrow will carefully test and send for a review. Estimate ~ 1 hour.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
Line 90: Line 100:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* BUG (STORM-308) IM chiclet's speaking indicator isn't active while self-talking
** Closed as "Cannot Reproduce"
* STORY (STORM-471) sidebar undock+minimize doesn't persist after log out
** Closed as duplicate.
* BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
* BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
** WIP. Investigating LLDir unit tests, compiled them on Linux but they lack LLDir::getNextFileInDir() tests so the issue wasn't reproduced so far.
** WIP. Compiled LLDir unit tests with platform specific implementations. Waiting for tests by Oz to be merged into viewer-development to research test cases.
* BUG (STORM-559) [crashhunters] LLSideTray::showPanel(std::basic_string,std::allocator > const &,LLSD const &) [secondlife-bin llsidetray.cpp]
** Fixed.
* BUG (STORM-577) Classifieds description limited to 64 characters
** Fix needs to be discussed.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
* BUG (STORM-574) [crashhunters] crash at LLView::handleVisibilityChange(int) [secondlife-bin llview.cpp]


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 107: Line 117:
<b>PAST</b><br />
<b>PAST</b><br />
* Normal bug STORM-320 (Script Editor in Viewer 2.0+ "tabs" incorrectly)
* Normal bug STORM-320 (Script Editor in Viewer 2.0+ "tabs" incorrectly)
** Investigating. Problem seems to happen in LLTextEditor::autoIndent()- sometimes wrong line number is used, but I'm still in search for the root cause. Instability of reproducing adds to difficulty of this bug.
** Investigated further. Problem is with mLineInfoList vector, elements to which are added in LLtextbase::reflow(). It is called in every draw() of any textbox, so it is almost impossible to properly debug code there. I tried to reproduce the bug on other builds to find out the approximate range of revisions where it could appear. But I couldn't reproduce it anywhere except my latest development build. Even tester's build as fresh as my own doesn't seem to have this problem.
** Estimate- 10 hours.
** Estimate- if nothing is clear after a couple of hours, I suppose it may be better to put investigation results into ticket and switch to issues with higher priority, because this issue is almost unreproducible, and will be quite hard to fix. Vadim, if you agree on this, please assign some other Sprint 7 issue(s) on me.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
Line 119: Line 129:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* Major task STORM-105 (Create a Performance Data Tracking system):
* Task STORM-105 (Create a Performance Data Tracking system):
** Review in progress. Posted some feedback in the ticket.

Completed review.
* STORM-52 (Hook up external script editor).
In progress. ETA: 2d.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Complete review of STORM-105.
* Story STORM-52 (Hook up external script editor).
* Story STORM-52 (Hook up external script editor).
** ETA: 2 days


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 133: Line 143:
----
----
<b>PAST</b><br />   
<b>PAST</b><br />   
* continued v-d regression testing because of beta build troubles
* done smoke and integrity tests against 2.3.0 Beta3 214088
* revised Viewer Busy mode - Test plan
* smoke tests have been failed by STORM-561


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* switch to 2.3.0 Beta3 on next Monday
* re-run smoke & integrity on new beta build and proceed with regression testing (?)


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
* none
* none




== Past Updates ==
== Past Updates ==
<b>November</b><br />  
<b>November</b><br />  
[[Snowstorm_Daily_Scrum_Archive/11052010 | 05]] | [[Snowstorm_Daily_Scrum_Archive/11042010 | 04]] | [[Snowstorm_Daily_Scrum_Archive/11032010 | 03]] | [[Snowstorm_Daily_Scrum_Archive/11022010 | 02]] | [[Snowstorm_Daily_Scrum_Archive/11012010 | 01]]
[[Snowstorm_Daily_Scrum_Archive/11082010 | 08]] | [[Snowstorm_Daily_Scrum_Archive/11052010 | 05]] | [[Snowstorm_Daily_Scrum_Archive/11042010 | 04]] | [[Snowstorm_Daily_Scrum_Archive/11032010 | 03]] | [[Snowstorm_Daily_Scrum_Archive/11022010 | 02]] | [[Snowstorm_Daily_Scrum_Archive/11012010 | 01]]


<b>October</b><br />  
<b>October</b><br />  

Revision as of 12:53, 9 November 2010


Tuesday, November 9, 2010

General Notes


  • Merge Monkey of the Day: Oz
  • If an issue is “In Progress” it should have a time estimate!
  • Please remember - when merging your fixes into Beta, you must also pull them into viewer-development immediately after
  • If you take a bug off any of the bug queues, please move it to the current sprint.


Team Status


Merov Linden


PAST

  • STORM-105: Perf gathering: more Vadim comments and tweaks, committed changes to dev repo, waiting for LL internal team to review to push to viewer-development
  • STORM-150: More reading, built all as is (works), extracted what we need for a simple port, thinking about a clean architecture so to make that easy to build for all
  • Discussed named branches strategies with CG

FUTURE

  • STORM-150: continue
  • STORM-104 : kdu upgrade: commit the static linking changes to dev repo

IMPEDIMENTS

  • None

Oz Linden


PAST

  • Assorted wiki updates
  • Pulled more issues from integration queue, and many back from beta
  • Started working on library upgrade issue (STORM-312 and STORM-453)
  • Reviewed autobuild for open source issues

FUTURE

  • Continue merge monkey (nothing currently queued)
  • Continue working on library upgrade issues

IMPEDIMENTS

  • none

Q Linden


PAST

  • Beta 3 monitoring
  • Looking at Notifications prefs tab; why is it broken?
  • Prefs discussions
  • Display names discussions
  • SH-412 monitoring
  • STORM-102 comments
  • Short day

FUTURE

  • More Notifications prefs
  • Beta 3
  • Triage
  • Planning
  • Watchdog timer

IMPEDIMENTS

  • none

Esbee Linden


PAST

  • Triage
  • Prefs subtasks being created
  • Discussion around STORM-560, STORM-102
  • Planning/coordination of Viewer 2.3 beta & release
  • Worked on prim alignment tool design doc
  • Display Names discussion

FUTURE

  • Finish creating subtasks for Preferences cleanup
  • Work on design doc for prim alignment
  • VWR Triage
  • Prioritize tickets for team and queue up more work
  • Planning/coordination of Viewer 2.3 beta & release

IMPEDIMENTS

  • none

Paul ProductEngine


PAST

  • BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
    • Fixed. Everything seems to work properly. Tomorrow will carefully test and send for a review. Estimate ~ 1 hour.

FUTURE

  • Finish STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
  • Other tickets by priority

IMPEDIMENTS

  • none

Seth Productengine


PAST

  • BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
    • WIP. Compiled LLDir unit tests with platform specific implementations. Waiting for tests by Oz to be merged into viewer-development to research test cases.
  • BUG (STORM-559) [crashhunters] LLSideTray::showPanel(std::basic_string,std::allocator > const &,LLSD const &) [secondlife-bin llsidetray.cpp]
    • Fixed.
  • BUG (STORM-577) Classifieds description limited to 64 characters
    • Fix needs to be discussed.

FUTURE

  • BUG (STORM-574) [crashhunters] crash at LLView::handleVisibilityChange(int) [secondlife-bin llview.cpp]

IMPEDIMENTS

  • none

Andrew Productengine


PAST

  • Normal bug STORM-320 (Script Editor in Viewer 2.0+ "tabs" incorrectly)
    • Investigated further. Problem is with mLineInfoList vector, elements to which are added in LLtextbase::reflow(). It is called in every draw() of any textbox, so it is almost impossible to properly debug code there. I tried to reproduce the bug on other builds to find out the approximate range of revisions where it could appear. But I couldn't reproduce it anywhere except my latest development build. Even tester's build as fresh as my own doesn't seem to have this problem.
    • Estimate- if nothing is clear after a couple of hours, I suppose it may be better to put investigation results into ticket and switch to issues with higher priority, because this issue is almost unreproducible, and will be quite hard to fix. Vadim, if you agree on this, please assign some other Sprint 7 issue(s) on me.

FUTURE

  • STORM-320

IMPEDIMENTS

  • none

Vadim Productengine


PAST

  • Task STORM-105 (Create a Performance Data Tracking system):


Completed review.

  • STORM-52 (Hook up external script editor).

In progress. ETA: 2d.

FUTURE

  • Story STORM-52 (Hook up external script editor).

IMPEDIMENTS

  • none

Andrey Productengine


PAST

  • done smoke and integrity tests against 2.3.0 Beta3 214088
  • smoke tests have been failed by STORM-561

FUTURE

  • re-run smoke & integrity on new beta build and proceed with regression testing (?)

IMPEDIMENTS

  • none


Past Updates

November
08 | 05 | 04 | 03 | 02 | 01

October
29 | 28 | 27 | 26 | 25 | 22 | 21 | 20 | 18 | 15 | 14 | 13 | 12 | 11 | 08 | 07 | 06 | 05 | 04 | 01

September
27 | 24 | 23 | 22 | 21 | 20 | 17 | 16 | 15 | 14 | 13 | 9 | 8 | 7 | 3 | 2 | 1

August
30 | 26 | 25 | 24 | 23 | 20 | 19 | 18 | 16