QA Home Page: Difference between revisions

From Genecats
Jump to navigationJump to search
(Added a general goals section)
(added info to mailing list and added QA track section)
Line 3: Line 3:
* No more than 2 data [http://genecats.cse.ucsc.edu/qa/repush.html repushes] a month.
* No more than 2 data [http://genecats.cse.ucsc.edu/qa/repush.html repushes] a month.
* No more than 1 hour [http://genecats.cse.ucsc.edu/qa/sla.html downtime] during normal business hours.
* No more than 1 hour [http://genecats.cse.ucsc.edu/qa/sla.html downtime] during normal business hours.
==QAing tracks/assemblies ==
* Browser QA process:
** [[Releasing_an_assembly | New Assemblies]]
** [http://genomewiki.ucsc.edu/genecats/index.php/Category:Browser_QA_tracks Specific Genome Browser Tracks]
* [[ENCODE_QA | Encode QA process]]


==CGI Build Process & Testing ==
==CGI Build Process & Testing ==
Line 19: Line 25:
** [[Frequently_asked_mailing_list_questions]]
** [[Frequently_asked_mailing_list_questions]]
** List of [http://redmine.soe.ucsc.edu/projects/maillists/wiki/Subject_Matter_Experts Subject Matter Experts] to go to for help.
** List of [http://redmine.soe.ucsc.edu/projects/maillists/wiki/Subject_Matter_Experts Subject Matter Experts] to go to for help.
* Remember that when you email users, make sure the links don't have session id's.
** Ex: w/ '''session id''': http://genome.ucsc.edu/cgi-bin/hgTrackUi?'''hgsid=190182411'''&c=chrX&g=geneid (remove the bolded section
** Ex: w/o session id: http://genome.ucsc.edu/cgi-bin/hgTrackUi?db=hg19&g=geneid
* Also, if it is a link to the description page, you'll want to include the database to the url by adding this '''db=hg19&'''
** Ex: http://genome.ucsc.edu/cgi-bin/hgTrackUi?'''db=hg19&'''g=geneid
* Make sure none of the links you respond with are to our internal servers.


[[Category: Browser QA]]
[[Category: Browser QA]]
[[Category: Browser QA Training]]
[[Category: Browser QA Training]]

Revision as of 23:46, 24 March 2011

General Goals

  • Monitor Apache for error 500, target 0.2% a month.
  • No more than 2 data repushes a month.
  • No more than 1 hour downtime during normal business hours.

QAing tracks/assemblies

CGI Build Process & Testing

  • Currently we are on a 3 week CGI software release schedule. See CGI_Build_Schedule for more details.
  • The buildmeister follows this process.
  • When the CGIs are loaded on hgwbeta, the QA'er tests their assigned CGIs. The general CGI testing instructions can be found here.

Mailing List