Closed (fixed)
Project:
Cloud
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Feb 2020 at 04:07 UTC
Updated:
29 Feb 2020 at 00:29 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #22 | 3113290-21.patch | 5.31 KB | yas |
| #10 | 3113290-10.patch | 70.79 KB | xiaohua guan |
Comments
Comment #2
xiaohua guan commentedComment #3
xiaohua guan commented@yas
I mainly modified codes as below.
Please review the patch file. Thanks.
Comment #4
yas@xiaohua-guan
Thank you for providing the patch. I tested it and looks good to me. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #5
yasComment #6
yas@xiaohua-guan
I got the following error while applying the patch.
Could you please take a look at it?
Comment #7
xiaohua guan commentedComment #8
xiaohua guan commented@yas
I uploaded a new patch file. Please take a look. Thanks.
Comment #9
yas@xiaohua-guan
Thank you for the update. The
hook_update_Nof the patch is8197, so I merged 3113318-2.patch at first since thehook_update_Nwas addressed. So could you please incrementhook_update_Nto8199? Sorry for the confusion and thank you for your extra efforts.Comment #10
xiaohua guan commentedComment #11
xiaohua guan commented@yas
I added a new patch file. Please review it. Thanks.
Comment #12
yas@xiaohua-guan
Thank you for providing the patch. I tested it and looks good to me now. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #15
yasComment #16
xiaohua guan commentedComment #17
xiaohua guan commented@yas
I fixed the error of unit test case. Could you review the patch file? Thanks,
Comment #18
xiaohua guan commentedComment #19
xiaohua guan commented@yas
I uploaded a new patch file. Please review it. Thanks.
Comment #20
yas@xiaohua-guan
Thank you for the update. I tried to apply the patch and got the following error:
I found:
[error] Field field_use_instance_profile is unknown.is caused by[error] Update aborted by: aws_cloud_update_8199because of[error] Update failed: aws_cloud_update_8199.[error] Update failed: aws_cloud_update_8199is caused by my existing AWS Cloud service provider misconfiguration because the following code$ec2_service->updateInstancesWithoutBatch()is supposed to be run under the appropriate settings of AWS Cloud service provider:Therefore, I made change as the interdiff-3113290-21.txt by adding
try-catchclause. The patch it looks working well on my local testing environment. I'll merge the patch to8.x-1.xand8.x-2.xand close this issue asFixed.Comment #21
yasComment #22
yasComment #25
yas