Robert Krawitz
Robert Krawitz
Running hammerdb-mssql on kata, we've seen occasional errors indicating parse failure on JSON output. The pod then errors out and there's no way to capture the bad JSON. IMO it...
If a cluster was previously deployed, and then is redeployed with fewer nodes (e. g. 3 rather than 4 workers), the unused nodes can interfere with the installation and operation...
**Is your feature request related to a problem? Please describe.** I would like to run a workload with the benchmark-runner framework without making any changes to the benchmark-runner tree or...
It is presently not possible to run two instances of benchmark-runner concurrently. While it would not be appropriate to do that when running benchmarks, for development or testing purposes it...
If a pod goes into error state, wait_for_pod_completed does not detect that and hangs until timeout: ``` Method name: wait_for_initialized {'label': 'app=system-metrics-collector', 'workload': 'uperf-vm'} , Start time: 2021-12-09 09:19:22 Method...
There's an existing `openshift` package available on PyPi that provides OpenShift support. Reference https://github.com/RobertKrawitz/OpenShift4-tools/blob/7f38a73f61fde0d7dcf43de2814c0cf14a5199cd/experimental/prom-extract
test_delete_sync_pod_timeout_error is consistently failing for me as follows: ```tests/integration/benchmark_runner/common/oc/test_oc.py::test_delete_sync_pod_timeout_error FAILED [100%] ============================================================================================================================= FAILURES ============================================================================================================================== ________________________________________________________________________________________________________________ test_delete_sync_pod_timeout_error _________________________________________________________________________________________________________________ def test_delete_sync_pod_timeout_error(): """ This method delete pod with timeout error :return: """ oc...
benchmark-runner should support local persistent storage in addition to OCS and ephemeral storage.
# Enhancement Description - Use filesystem quotas to monitor local ephemeral storage utilization - Kubernetes Enhancement Proposal: [1029-ephemeral-storage-quotas](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/1029-ephemeral-storage-quotas) - Primary contact (assignee): @RobertKrawitz @pacoxu - Responsible SIGs: SIG-Node - Reviewer(s)...
The CLI does not properly handle filenames with embedded % (percent) characters. If the filename contains two (probably an even number) of such characters, all characters between the two are...