Changes between Version 15 and Version 16 of AlphaInstructions
- Timestamp:
- Oct 17, 2011, 3:45:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlphaInstructions
v15 v16 1 [[PageOutline]] 1 2 = Instructions for alpha testers = 2 3 … … 14 15 send email to [ProjectPeople David Anderson or Rom Walton], 15 16 and we'll give you an account in the BOINC Alpha test project 16 17 == The BOINC Alpha project == 18 19 Testers must log in to the [http://isaac.ssl.berkeley.edu/alpha/ BOINC Alpha project] 20 to report test results. 21 It's also a BOINC project, but usually it doesn't have any jobs, and you don't need to attach your client to it. 22 23 == The BOINC Alpha email list == 17 (this is a BOINC project but it never has jobs; don't attach your client to it). 24 18 25 19 Testers must subscribe to the [mlist:boinc_alpha boinc_alpha email list]. … … 31 25 asking alpha testers to download and test a specific new release of BOINC. 32 26 You can find these releases on the [//download_all.php?dev=1 BOINC download page]. 33 Please try to report test results within twodays of receiving the email.27 Please try to report test results within 3-4 days of receiving the email. 34 28 35 29 == How to test == … … 48 42 49 43 Report results through the [http://isaac.ssl.berkeley.edu/alpha/test_form.php web-based interface]. 44 You must log in to the [http://isaac.ssl.berkeley.edu/alpha/ BOINC Alpha project] 45 to report test results. 50 46 51 If you find a bug or unexpected behavior in the BOINC client, 52 it will help us a lot if you can tell BOINC to generate more detailed 53 messages, and then post a message to boinc_alpha describing the problem 54 and including the message log. 55 To do this, use a text editor like Notepad to create a file 56 '''cc_config.xml''' in your BOINC data directory. 57 It has the following form: 58 {{{ 59 <cc_config> 60 <log_flags> 61 <work_fetch_debug>1</work_fetch_debug> 62 </log_flags> 63 </cc_config> 64 }}} 65 The '''work_fetch_debug''' flag tells BOINC to generate detailed 66 messages about how it decides when to ask projects for jobs. 67 There are [userw:Client_configuration#Logging_flags lots of other flags] for other types of problems. 47 == How to report bugs == 68 48 69 70 For more details on reporting bugs, see [ReportBugs Reporting Hard Bugs]. 49 In addition to reporting negative test results, 50 we strongly encourage you to 51 [ReportBugs submit detailed bug reports]. 71 52 72 53 If you're not sure whether something is a problem, post to the boinc_alpha@ssl.berkeley.edu email list. … … 76 57 or send email to the relevant [DevProcess area owner]. 77 58 78 79 59 == Resources == 80 60