Skip to content
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

[testing-on-gke part 1.1] Add fio/dlio workload-config parsers #2264

Merged
merged 14 commits into from
Aug 8, 2024

Conversation

gargnitingoogle
Copy link
Collaborator

@gargnitingoogle gargnitingoogle commented Aug 2, 2024

Description

This change adds on top of #2247, #2284 .
This adds workload configuration files and parsers for FIO and DLIO (unet3d) workloads.

This is followed up in #2268 .

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.37%. Comparing base (6f5807b) to head (3b98dcf).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2264   +/-   ##
=======================================
  Coverage   71.36%   71.37%           
=======================================
  Files         106      106           
  Lines       11560    11560           
=======================================
+ Hits         8250     8251    +1     
+ Misses       2960     2959    -1     
  Partials      350      350           
Flag Coverage Δ
unittests 71.37% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gargnitingoogle gargnitingoogle changed the title Add fio/dlio workload-config parsers [testing-on-gke part 1] Add fio/dlio workload-config parsers Aug 2, 2024
@gargnitingoogle gargnitingoogle marked this pull request as ready for review August 5, 2024 05:23
@gargnitingoogle gargnitingoogle requested a review from a team as a code owner August 5, 2024 05:23
@gargnitingoogle gargnitingoogle requested review from vadlakondaswetha and removed request for a team August 5, 2024 05:23
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-new-code/v1 branch from 6eb4b67 to a8b17c3 Compare August 5, 2024 11:51
@gargnitingoogle gargnitingoogle changed the base branch from garnitin/add-gke-load-testing/add-origin-csi-driver-code/v1 to garnitin/add-gke-load-testing/add-origin-csi-driver-code/v2 August 5, 2024 12:08
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-origin-csi-driver-code/v2 branch from 6e5f57b to c009a3b Compare August 6, 2024 09:02
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-new-code/v1 branch from d9d3ee0 to e4f6c08 Compare August 6, 2024 09:03
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-origin-csi-driver-code/v2 branch from c009a3b to 1ed3bea Compare August 6, 2024 10:30
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-new-code/v1 branch from e4f6c08 to ab78513 Compare August 6, 2024 10:30
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-origin-csi-driver-code/v2 branch from 1ed3bea to cd38791 Compare August 7, 2024 11:29
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-new-code/v1 branch from ab78513 to 9f971fd Compare August 7, 2024 11:29
@gargnitingoogle gargnitingoogle changed the title [testing-on-gke part 1] Add fio/dlio workload-config parsers [testing-on-gke part 1.1] Add fio/dlio workload-config parsers Aug 8, 2024
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-origin-csi-driver-code/v2 branch from cd38791 to 35dd354 Compare August 8, 2024 09:15
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-new-code/v1 branch from 2e21e96 to 0e991c4 Compare August 8, 2024 09:26
Base automatically changed from garnitin/add-gke-load-testing/add-origin-csi-driver-code/v2 to master August 8, 2024 09:46
@gargnitingoogle gargnitingoogle force-pushed the garnitin/add-gke-load-testing/add-new-code/v1 branch from 0e991c4 to 3b98dcf Compare August 8, 2024 10:05
@gargnitingoogle gargnitingoogle merged commit b2286ec into master Aug 8, 2024
13 checks passed
@gargnitingoogle gargnitingoogle deleted the garnitin/add-gke-load-testing/add-new-code/v1 branch August 8, 2024 13:04
Tulsishah pushed a commit that referenced this pull request Aug 13, 2024
* Add fio/dlio workload-config parsers

* improve readability

* fix dlio workload parser

* combine workloads into one

* add unit tests for fio_workload

* add unit tests for dlio_workload

* add strict type and value checking in dlio_workload

* add strict type and value checking in fio_workload

* update types of values in workloads.json

* fix code dependent on type/value checking

* improve error messages

* minor readability fix

* address self-review comments

* address some self-review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants