Chandrakala M Subramanyam

Results 92 issues of Chandrakala M Subramanyam

Stress test failed on openshift with 100 users 30 days bulk results upload with the below exception in the kruize pod log Failing build - 0.0.19.2_mvp kruize image (Below exception...

bug

Kruize needs to handle non-uniform cpu / memory formats specified in the result metrics while calculating recommendations / variations. For instance, if the memory limit specified is in GiB and...

createExperiment API succeeds when passing blank/NULL/invalid values for the json keys. Validation needs to be added to check for these values for the json keys in createExperiment API. Also, return...

bug
must_fix

Stress test fails intermittently with the below error messages in the kruize pod log on both minikube and openshift ``` Detail: Partition key of the failing row contains (interval_end_time) =...

Include tests for validating the [notification codes](https://github.com/kruize/autotune/blob/mvp_demo/design/NotificationCodes.md) into the kruize functional test suite Tests have been added for some of the notification codes through PR #859. Tests need to be...

Error handling needs to be uniform across all failure conditions. At present, there are exception stack traces logged for some of the cases.

bug
remote_monitoring
code_cleanup/refactor

I see the below exception in kruize pod log, can we handle this or move it under debug info. ``` Exception in thread "OkHttp Dispatcher" java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@a0fa2ea[Not completed, task...

bug
code_cleanup/refactor

- Create Experiments doesn’t throw an error when conflicting fields are present in the json posted to create the experiment. Conflicting fields: - performanceProfile and slo - Selector and deployment...

bug

Test scenarios for listExperiments API accepting an input json with cluster_name & kubernetes_obj as listed below: ``` { "cluster_name": "cluster-one-division-bell", "kubernetes_objects": [ { "type": "deployment", "name": "tfb-qrh-deployment", "namespace": "default", "containers":...

test
remote_monitoring

- Validate the GPU recommendation generated for a valid gpu experiment / workload - Workload - deployment, statefulset or job - Validate the recommendations json for gpu to check for...

enhancement