Sebastian Cohnen

Results 38 issues of Sebastian Cohnen

See https://github.com/tisba/fritz-tls/issues/18 Running `fritz-tls` automatically on a schedule would be nice. For macOS that should be done with [launchd](https://www.launchd.info) and we can easily provide some examples. Maybe we can even...

`Cronex::Utils.format_time` did not support ranges in `hour_expression`. I'm not sure I fully followed the design here. As the same problems seems to be present with day of month and day...

Hi there. I think it's time to think about cutting a 1.8.0 release of tsung! 🎉 As time of writing, we have 43 commits by 11 contributors between master and...

release

From time to time we see `error_unknown` in `tsung.log`. In the node logs we see errors like this: ``` =ERROR REPORT==== 1-Aug-2018::14:49:06 === ** State machine terminating ** Last message...

kind/bug

I only now realised, that for `` and other conditionals, the jump to skip over this block is not executed, if the dynvar could not be found. ```xml ``` This...

This PR adds `` and `` under ``: ```xml -----END CERTIFICATE----- ]]> -----END RSA PRIVATE KEY----- ]]> ``` Previously it was only possible to provide certificates and keys via files....

kind/enhancement
protocol/generic

I recently observed that we have snapshots in our tsung.log that have 0 reported requests for this 10 sec segment, but reported http status codes. A slightly simplified example snapshot...

kind/bug
protocol/http

I'm thinking about some larger changes to Tsung and since I'd like to see a [1.8.0 release](https://github.com/processone/tsung/issues/318) soon, I was also thinking a few steps further. I think it is...

request
release

Let's say you have a file server filling `%%_foo%%` with `42`. Currently you cannot use this to build a `dyn_variable` with `jsonpath` that contains a dynamic element (same with `xpath`...

kind/enhancement

`local_file_server` is an alternative to the current `file_server`. It will distribute given files on start to all nodes and returns lines on request local to the requestor. This removes a...

kind/feature