-
Notifications
You must be signed in to change notification settings - Fork 254
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
test (e2e) : add step for setting persistent-volume-size
config option (#4186)
#4623
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
/test e2e-crc |
/test e2e-microshift-crc |
I'm not sure whether the failure in integration tests has anything to do with the changes added in this pull request:
It seems the e2e pipeline failed in the initialization step. |
8ec1320
to
5f1bbae
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5f1bbae
to
e505f6a
Compare
/test e2e-microshift-crc |
I can see in microshift e2e logs that added steps are passing:
|
test/e2e/testsuite/testsuite.go
Outdated
if err != nil { | ||
return fmt.Errorf("error creating ssh runner: %v", err) | ||
} | ||
out, _, err := runner.Run("lsblk --json -oTYPE,SIZE") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rohanKanojia do we need to get complete json from lsblk command, iirc there is flag in lsblk where you can get the respective size with single command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry for replying late. Somehow I missed the notification for this. Let me check if there is a way to achieve the same task by avoiding parsing JSON output.
e9fd9db
to
6396b41
Compare
E2E test seems to be failing on CI
Will look into the failure and update. |
5d2b540
to
04ee1d7
Compare
…ion (crc-org#4186) Add step for `persistent-volume-size` config option in story_microshift.feature Signed-off-by: Rohan Kumar <[email protected]>
04ee1d7
to
4113e3b
Compare
Microshfit E2E test is passing on CI now :
|
Description
Fixes: #4186
Add step for
persistent-volume-size
config option instory_microshift.feature
Type of change
test, version modification, documentation, etc.)
Proposed changes
Add integration test to verify this scenario:
disk-size
to41
persistent-volume-size
to20
Testing
I've only verified that the test is passing on Linux, MacOS, and Windows.
Contribution Checklist