Overview
Comment: | Fixed blocking bug (I think). Minor additions to new user manual |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | blocking-on-FAIL-fix |
Files: | files | file ages | folders |
SHA1: |
68f98cd6bb6088983fd88a386b6de12a |
User & Date: | mrwellan on 2012-05-03 13:41:38 |
Other Links: | branch diff | manifest | tags |
Context
2012-05-03
| ||
13:52 | Merging blocking fix to trunk check-in: 41ef747b91 user: mrwellan tags: trunk | |
13:41 | Fixed blocking bug (I think). Minor additions to new user manual Closed-Leaf check-in: 68f98cd6bb user: mrwellan tags: blocking-on-FAIL-fix | |
01:07 | Added code needed to fix blocking problem but problem not quite solved check-in: 6d817c8583 user: matt tags: blocking-on-FAIL-fix | |
Changes
Modified docs/manual/getting_started.txt from [aef24f3018] to [cdb37e57c9].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - - + + - + - + - - - - + + + + + + + + + - + - - + - - |
|
︙ |
Modified docs/manual/megatest_manual.html from [6d2ce20778] to [6c30402d62].
︙ | |||
753 754 755 756 757 758 759 | 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 | - + - + - + - - + + + + + + + + + + - - - + + + + + + + + + + + - - - - - + + + + + + + + - - + - + - + - + - - + + + + + + - - - + - - - | <div class="sect1"> <h2 id="_thanks">Thanks</h2> <div class="sectionbody"> <div class="paragraph"><p>To all the great people from the various places I’ve worked over the years, thank you. I’ve benefitted from your patience and insight and I hope that some of what I’ve learned from you has been incorporated into Megatest.</p></div> |
︙ | |||
846 847 848 849 850 851 852 853 854 855 856 857 858 859 | 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 | + | </table> </div> <div class="exampleblock"> <div class="title">Example 1. An example example</div> <div class="content"> <div class="paragraph"><p>Lorum ipum…</p></div> </div></div> </div> <div class="sect2"> <h3 id="X1">Sub-section with Anchor</h3> <div class="paragraph"><p>Sub-section at level 2.</p></div> <div class="sect3"> <h4 id="_chapter_sub_section">Chapter Sub-section</h4> <div class="paragraph"><p>Sub-section at level 3.</p></div> <div class="sect4"> |
︙ | |||
869 870 871 872 873 874 875 | 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 | - - - - - - - - - + | </div> <div class="sect1"> <h2 id="_the_second_chapter">The Second Chapter</h2> <div class="sectionbody"> <div class="paragraph"><p>An example link to anchor at start of the <a href="#X1">first sub-section</a>.</p></div> <div class="paragraph"><p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p></div> </div> |
︙ | |||
992 993 994 995 996 997 998 | 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 | - + | </div> </div> </div> <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> Version 1.0<br /> |
Modified docs/manual/megatest_manual.txt from [a336d0d8c0] to [de94f0104e].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - + - - - + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + - + + + + + + + + + - + - | ------ To all the great people from the various places I've worked over the years, thank you. I've benefitted from your patience and insight and I hope that some of what I've learned from you has been incorporated into Megatest. |
︙ |
Modified runs.scm from [b407faba37] to [6f1beb94af].
︙ | |||
278 279 280 281 282 283 284 | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | - + + + + + + + + - - - + + + + - - - - - - + | (let* ((test-record (hash-table-ref test-records hed)) (tconfig (tests:testqueue-get-testconfig test-record)) (waitons (tests:testqueue-get-waitons test-record)) (priority (tests:testqueue-get-priority test-record)) (itemdat (tests:testqueue-get-itemdat test-record)) ;; itemdat can be a string, list or #f (items (tests:testqueue-get-items test-record)) (item-path (item-list->path itemdat)) |
︙ | |||
359 360 361 362 363 364 365 | 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 | - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + - - - - - - - - + - - - + - - - - - - - - + + + + | items) (if (not (null? tal)) (loop (car tal)(cdr tal)))) ;; if items is a proc then need to run items:get-items-from-config, get the list and loop ;; - but only do that if resources exist to kick off the job ((or (procedure? items)(eq? items 'have-procedure)) |
︙ | |||
487 488 489 490 491 492 493 | 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 | - + | ((equal? (test:get-state testdat) "NOT_STARTED")(set! runflag #t)) ;; not -rerun and PASS, WARN or CHECK, do no run ((and (or (not rerun) keepgoing) ;; Require to force re-run for COMPLETED or *anything* + PASS,WARN or CHECK (or (member (test:get-status testdat) '("PASS" "WARN" "CHECK")) (member (test:get-state testdat) '("COMPLETED")))) |
︙ |