Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make sure the effective connection flags for the stress test are logged. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
026792f7947c963d6592bc3d0bb7acc1 |
User & Date: | mistachkin 2014-01-06 05:34:47.990 |
Context
2014-01-09
| ||
07:56 | Update Eagle in externals to the latest pre-beta 29 code. check-in: d4b63fae22 user: mistachkin tags: trunk | |
2014-01-06
| ||
05:34 | Make sure the effective connection flags for the stress test are logged. check-in: 026792f794 user: mistachkin tags: trunk | |
04:57 | Fix typo in version history docs. check-in: 6f7c19e383 user: mistachkin tags: trunk | |
Changes
Changes to Tests/stress.eagle.
︙ | ︙ | |||
378 379 380 381 382 383 384 385 386 387 388 389 390 391 | # the entire contents of this trace log file will be copied into the # main test log file and then deleted. # if {!$noTrace} then { set logFileName [appendArgs [file rootname $test_log] .trace.log] setupLogging $logFileName } ############################################################################# tputs $test_channel [appendArgs \ "---- workloads will repeat " $count(0) " time(s)\n"] tputs $test_channel [appendArgs \ | > > > > > > > | 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 | # the entire contents of this trace log file will be copied into the # main test log file and then deleted. # if {!$noTrace} then { set logFileName [appendArgs [file rootname $test_log] .trace.log] setupLogging $logFileName } ############################################################################# # # HACK: Make sure the effective connection flags for this test are logged. # getConnectionFlags "stress test" "" false; # IGNORED ############################################################################# tputs $test_channel [appendArgs \ "---- workloads will repeat " $count(0) " time(s)\n"] tputs $test_channel [appendArgs \ |
︙ | ︙ |