-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the active dataset size configurable for the workloads #1
Comments
Moved the issue into openebs/test-tools repo: litmuschaos/test-tools#17 |
vijayto
pushed a commit
to vijayto/litmus
that referenced
this issue
Apr 12, 2020
(feat)(chaos_operator) initial commit for chaos operator
vijayto
pushed a commit
to vijayto/litmus
that referenced
this issue
Apr 12, 2020
Initial commit for controller business logic
9 tasks
5 tasks
arkajyotiMukherjee
referenced
this issue
in arkajyotiMukherjee/litmus
Jun 2, 2021
Signed-off-by: arkajyotiMukherjee <[email protected]>
imrajdas
pushed a commit
that referenced
this issue
Jun 7, 2021
…s table to the backend (#2829) * added pagination for QueryWorkflowRuns Signed-off-by: arkajyotiMukherjee <[email protected]> * filtering workflowRuns based on workflowRunIDs Signed-off-by: arkajyotiMukherjee <[email protected]> * changed the API for getWorkflowRuns in frontend Signed-off-by: arkajyotiMukherjee <[email protected]> * added pagination for frontend and refactored code to accomodate the changes Signed-off-by: arkajyotiMukherjee <[email protected]> * Added Sorting and Filtering Signed-off-by: SarthakJain26 <[email protected]> * sorting added from backend api call Signed-off-by: arkajyotiMukherjee <[email protected]> * filtering removed from frontend and used backend APIs to filter data Signed-off-by: arkajyotiMukherjee <[email protected]> * typed execution data in backend and sent common metadata from execution data in workflowruns hence reducing the data size in frontend; sorting based on workflowrun phase done in backend Signed-off-by: arkajyotiMukherjee <[email protected]> * changing resiliency score to null in case of running workflows Signed-off-by: arkajyotiMukherjee <[email protected]> * WIP: filtering and sorting done, pagination remaining Signed-off-by: arkajyotiMukherjee <[email protected]> * pagination completed in database Signed-off-by: arkajyotiMukherjee <[email protected]> * reverted ID -> String changes Signed-off-by: arkajyotiMukherjee <[email protected]> * changed the sortStage Signed-off-by: arkajyotiMukherjee <[email protected]> * Added condition to check no workflows Signed-off-by: SarthakJain26 <[email protected]> * Pagination bug fix (#1) * bug fix trails #1 Signed-off-by: arkajyotiMukherjee <[email protected]> * reverting local dev changes Signed-off-by: arkajyotiMukherjee <[email protected]> * fixed the workflow subscription bugs...EVERYTHING FINALLY WORKS Signed-off-by: arkajyotiMukherjee <[email protected]> * removed comments from config Signed-off-by: arkajyotiMukherjee <[email protected]> * resolved review comments: translations, formatting and removing binary file Signed-off-by: arkajyotiMukherjee <[email protected]> * fixed some bugs and added Execution data to types.go Signed-off-by: arkajyotiMukherjee <[email protected]> * go fmt project Signed-off-by: arkajyotiMukherjee <[email protected]> Co-authored-by: SarthakJain26 <[email protected]>
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The workloads mentioned in the vdbench files, use 10M as the active dataset size. This should be configurable via the parameters passed to the container.
--active-datasize <10[M|G|T]>
The text was updated successfully, but these errors were encountered: