29 | | If the tests were successful, you can push your changeset into the development repository: |
30 | | {{{ |
31 | | hg push ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel |
32 | | }}} |
33 | | If the tests were not successful, you will have to begin a [DebugProtocol debugging procedure]. Note that this page contains the debug protocol for new tickets. The page is referenced here to give some ideas about how to debug a general issue. At this stage, ignore the details specific to ticket management, and just try some of the debugging methods. Then, if you cannot find the source of the problem, you should create a new ticket. |
| 25 | [[BR]] |
| 26 | == The Administrator Run the Test Suite == |
| 27 | 1) If everything passes the administrator would update the tests repository with the test results for visual verification - and after visually inspecting the results update the official code repository at /data/repository/scrambler |
| 28 | 2) If a test fails the administrator would point you to the reference and simulation images as well as the necessary buildproblem commands (or problem modules and bear2fix commands) etc... to reproduce the failed test and leave it to you to determine why the test failed and to fix |
| 29 | any possible bugs so that the test passes before was pushed in the official repository |
| 30 | |
| 31 | |