---
execution:
- scenario: combined-performance
scenarios:
combined-performance:
script: .......jmx
services:
- module: passfail
criteria:
- subject: failures
condition: '>'
threshold: 30%
timeframe: 20s
logic: for
fail: true
stop: true
reporting:
- module: blazemeter
project: Some project
test: Some test
- module: console
settings:
artifacts-dir: /tmp/taurus/%Y--m-%d_%H-%M-%S.%f
And when I runn the script I see:15:14:13 INFO: Started data feeding: https://a.blazemeter.com/app/#/masters/1657650415:14:44 INFO: Current: 5 vu 1 succ 0 fail 0.683 avg rt / Cumulative: 0.683 avg rt, 0% failures15:14:46 INFO: Changed data analysis delay to 33s15:15:17 INFO: Current: 5 vu 1 succ 0 fail 16.678 avg rt / Cumulative: 8.681 avg rt, 0% failures15:15:21 INFO: Current: 5 vu 1 succ 0 fail 0.676 avg rt / Cumulative: 6.012 avg rt, 0% failures15:15:27 INFO: Current: 6 vu 1 succ 0 fail 0.747 avg rt / Cumulative: 3.807 avg rt, 0% failures15:15:33 INFO: Current: 6 vu 1 succ 0 fail 1.947 avg rt / Cumulative: 3.063 avg rt, 0% failuresWill be very glad for any kind of help.
Hello,
Do you observe any warnings about console reporting? Please, post
a `bzt.log` and `effective.yml` files here so we can have a look.
BTW, you usually shouldn't specify 'console' reporting, as it's enabled by default.
Dmitri
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/c4b3436e-1a87-452b-bca3-567fc7963340%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taurus+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/c4b3436e-1a87-452b-bca3-567fc7963340%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Examining `effective.yml` indicates that you have 'modules.console.disable' option set to 'true'. That's why it only dumps one-line test summaries.
Do you have an explicit `disable: true` for console in your
`CombinedPerforamnceTest.yml` or your `~/.bzt-rc` file?
There should be a reason why console is explicitly disabled.
In the meantime, what happens if you run Taurus with explicitly
enabling console? (add `-o modules.console.disable=false` command
line argument)