-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
xen-api: use https://mvnrepository.com/artifact/com.citrix.hypervisor/xen-api #10644
base: 4.20
Are you sure you want to change the base?
Conversation
@blueoranguran package |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10644 +/- ##
============================================
+ Coverage 16.01% 16.85% +0.83%
- Complexity 13111 13112 +1
============================================
Files 5651 5255 -396
Lines 495858 463474 -32384
Branches 60048 54323 -5725
============================================
- Hits 79404 78107 -1297
+ Misses 407593 376654 -30939
+ Partials 8861 8713 -148
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@blueorangutan package |
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12939 |
@blueorangutan test rocky8 xcpng82 |
@weizhouapache a [SL] Trillian-Jenkins test job (rocky8 mgmt + xcpng82) has been kicked to run smoke tests |
@blueorangutan test rocky8 xcpng82 |
@Pearl1594 a [SL] Trillian-Jenkins test job (rocky8 mgmt + xcpng82) has been kicked to run smoke tests |
This should fix ``` 2025-04-07 12:08:20,472 WARN [c.c.h.x.r.w.x.CitrixStartCommandWrapper] (DirectAgent-36:[ctx-a59ea070]) (logid:97c16f84) Catch Exception: class com.xensource.xenapi.Types$NetworkUnmanaged due to The network is not managed by xapi. The network is not managed by xapi. at com.xensource.xenapi.Types.checkResponse(Types.java:2514) at com.xensource.xenapi.Connection.dispatch(Connection.java:266) at com.cloud.hypervisor.xenserver.resource.XenServerConnectionPool$XenServerConnection.dispatch(XenServerConnectionPool.java:458) at com.xensource.xenapi.VLAN.create(VLAN.java:363) at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.enableVlanNetwork(CitrixResourceBase.java:1736) at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.getNetwork(CitrixResourceBase.java:2885) at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.createVif(CitrixResourceBase.java:1280) at com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixStartCommandWrapper.execute(CitrixStartCommandWrapper.java:106) at com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixStartCommandWrapper.execute(CitrixStartCommandWrapper.java:56) at com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122) at com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1791) ``` refer to CA-387821: SDK Tests/JavaSDK failed. Set Network.managed to true before creating the network. xenserver/xenserver-samples@1684db5
@blueorangutan package |
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12970 |
[SF] Trillian test result (tid-12897)
|
CustomerMapParser is copied from org.apache.xmlrpc.parser.MapParser:3.1.3 just removed ``` if (this.map.containsKey(this.nameObject)) { throw new SAXParseException("Duplicate name: " + this.nameObject, this.getDocumentLocator()); } ``` ConnectionNew is copied from com.xensource.xenapi.Connection:8.1.0
@blueorangutan package |
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13011 |
@blueorangutan test ol8 xcpng76 |
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng76) has been kicked to run smoke tests |
…se: Expected struct, got array
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13022 |
@blueorangutan test ol8 xcpng82 |
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
[SF] Trillian test result (tid-12964)
|
[SF] Trillian test result (tid-12967)
|
@blueorangutan test ol8 xcpng82 |
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
[SF] Trillian test result (tid-12968)
|
@blueorangutan test ol8 xcpng76 |
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng76) has been kicked to run smoke tests |
[SF] Trillian Build Failed (tid-12985) |
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?