Skip to content

Update gocsi for refactored utils pkg names#521

Merged
santhoshatdell merged 1 commit into
mainfrom
update-gocsi
Jul 18, 2025
Merged

Update gocsi for refactored utils pkg names#521
santhoshatdell merged 1 commit into
mainfrom
update-gocsi

Conversation

@santhoshatdell

@santhoshatdell santhoshatdell commented Jul 18, 2025

Copy link
Copy Markdown
Contributor

Description

Updated gocsi commit to include the refactored utils package names.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
https://github.com/dell/csm/issues/1896

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

Testing:

cert-csi test suites have passed.

[root@master-1-gMLffggcEYiL6 cert-csi]# ./cert-csi certify --cert-config powerstore-config.yaml --vsc powerstore-snapshot
[2025-07-18 15:38:51]  INFO Starting cert-csi; ver. 1.8.0
...
[2025-07-18 15:38:51]  INFO 1. VolumeIoSuite {volumes: 2, volumeSize: 5Gi chains: 2-2}
[2025-07-18 15:38:51]  INFO 2. ScalingSuite {replicas: 2, volumes: 5, volumeSize: 5Gi}
[2025-07-18 15:38:51]  INFO 3. CloneVolumeSuite {pods: 2, volumes: 1, volumeSize: 5Gi}
[2025-07-18 15:38:51]  INFO 4. VolumeExpansionSuite {pods: 1, volumes: 1, size: 5Gi, expSize: 10Gi, block: false}
[2025-07-18 15:38:51]  INFO 5. VolumeExpansionSuite {pods: 1, volumes: 1, size: 5Gi, expSize: 10Gi, block: true}
[2025-07-18 15:38:51]  INFO 6. SnapSuite {snapshots: 3, volumeSize; 5Gi}
[2025-07-18 15:38:51]  INFO 7. ReplicationSuite {pods: 2, volumes: 5, volumeSize: 5Gi}
[2025-07-18 15:38:51]  INFO 8. MultiAttachSuite {pods: 5, rawBlock: true, size: 5Gi, accMode: ReadWriteMany}
[2025-07-18 15:38:51]  INFO 9. MultiAttachSuite {pods: 5, rawBlock: false, size: 5Gi, accMode: ReadWriteOncePod}
[2025-07-18 15:38:51]  INFO 10. EphemeralVolumeSuite {driver: csi-powerstore.dellemc.com, podNumber: 2, volAttributes: map[arrayID:<ID>protocol:iSCSI size:5Gi]}
...
[2025-07-18 15:42:08]  INFO Avg time of a run:   67.18s
[2025-07-18 15:42:08]  INFO Avg time of a del:   29.75s
[2025-07-18 15:42:08]  INFO Avg time of all:     100.26s
[2025-07-18 15:42:08]  INFO During this run 100.0% of suites succeeded

@github-actions

Copy link
Copy Markdown
Contributor

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ 🤖
github.com/dell/csi-powerstore/pkg/identifiers 0.00% (ø)
github.com/dell/csi-powerstore/pkg/interceptors 0.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/dell/csi-powerstore/pkg/identifiers/identifiers.go 0.00% (ø) 0 0 0
github.com/dell/csi-powerstore/pkg/interceptors/interceptors.go 0.00% (ø) 0 0 0

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/dell/csi-powerstore/pkg/identifiers/identifiers_test.go
  • github.com/dell/csi-powerstore/pkg/interceptors/interceptors_test.go

@santhoshatdell santhoshatdell merged commit 2506ccd into main Jul 18, 2025
6 checks passed
@santhoshatdell santhoshatdell deleted the update-gocsi branch July 18, 2025 20:44
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.

3 participants