faban icon indicating copy to clipboard operation
faban copied to clipboard

A framework for developing workload drivers and automation of performance tests

Results 13 faban issues
Sort by recently updated
recently updated
newest added

This needs updating to avoid multiple reported CVE. CVE-2021-44228 severity Critical CVE-2020-9488 severity Low CVE-2017-5645 severity Moderate

harness
1.4.3

The repository points to http://faban.sunsource.net/ but the current website is http://faban.org/, could you please change the link to the correct one?

When I use fabancli tool to submit a run, I get the error `Host names must not be localhost. Please use real host names or IP addresses instead` I use...

![image](https://user-images.githubusercontent.com/8075522/131343836-59dc9f9a-cba7-403b-935e-621a2f472f5a.png)

Currently the tools used in pushagents are using unsecure tools. Upgrade these to use secure equivalents.

Currently when a run is killed, The amount of logging currently available does not reveal which agent initiated the signal. It's useful to log when a Agent sends the kill...

We are moving faban to newer version. But when we want to start agent there is connection refused exception. How to debug this problem. I saw we start connection just...

1.4.3

The multi part form upload fails. Due to unexpected parameter supplied when uploading.

harness

When running a driver for the first time it is usual to discover missing classes. In some situations the driver will omit nested exception information from the error message. Making...

The [GenericBenchmark.start()](https://github.com/akara/faban/blob/master/harness/src/com/sun/faban/harness/engine/GenericBenchmark.java#L321) changes runStates to Run.COMPLETED but there are still several run related steps that can log to the run log or potentially hang. I do not see a runStatus...