-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cypress: Add Volume cases #331
Conversation
cypress/testcases/volumes.spec.ts
Outdated
* 3. Volume should still show in Volume list | ||
* 4. Volume should delete | ||
*/ | ||
describe.only('Delete volume that was attached to VM but now is not', () => { |
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.
delete '.only'
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.
done.
@DaiYuzeng This is marked as a draft PR. Is it ready for merging? |
dddab4e
to
c0d416c
Compare
This PR seems to be conflict with #359 and I am going to switch it to be a draft PR. |
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.
Verified running volume.spec.ts test suite, some of the cases failed
Not sure it's related to network latency or dependency from other test
- FAILED Create image from Volume
- PASS Create volume root disk VM Image Form
- FAILED Delete volume that was attached to VM but now is not
-
Create image from Volume failed in
Found failure originate in
pageobjects/image.po.ts:128:43
-
Delete volume that was attached to VM but now is not
failed in
pageobjects/volume.po.ts:90:12
Hi, @DaiYuzeng. The VM PR has merged, Please let me know if it caused any issues. |
Thanks for the changes! |
@lanfon72 @TachunLin Hi! This PR is ready for review, please take a look, thanks! |
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.
Hi @TachunLin ! We would like to file a new issue to track this failed case. Thanks! |
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.
According to above test result.
Checked the related test cases can run correctly on Harvester v1.1.0
For the hosts.spec.ts related issue would be track separately at test issue #599
Hi @TachunLin ! The newest commit has been merged into this PR. It will affect two cases:
Please take a look! If these cases are passed, I think this PR may be ready to merge, thanks! (cc @n313893254 @WuJun2016 ) |
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.
@n313893254, @DaiYuzeng
When tested the network/network.spec.ts, the Create Vlan1 and Vlan2 cases encounter failure.
It would probably related to the column id changes. Please help to take a look. Thanks
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.
LGTM. Thanks for the update
@WuJun2016 Could you check if your changes are still needed/fixed when you get a chance so we can get this merged? |
Hi @noahgildersleeve @WuJun2016 ! I think this PR has been ready to merge, thank you! |
@noahgildersleeve I think it can be merged. If there is any problem, we can submit a new pr to solve it.
|
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.
LGTM, thanks
Releated cases: