| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Besides updating the ISO display text, I also created unit test cases for 'createXenServerToolsIsoEntryInDatabase' and 'getActualIsoTemplate' methods.
There was a problem hiding this comment.
LGTM. Thanks @rafaelweingartner, I just noticed I've never pushed the changes you requested on #2365 !
Sorry, something went wrong.
|
@rafaelweingartner It seems you have some "trailing spaces" issues on XcpServerDiscovererTest.java and couple of variable name issues. The latter one is really annoying, because it forces to have ^_?[a-zA-Z0-9]*$ for final variables. |
Sorry, something went wrong.
|
@khos2ow thanks for the review. |
Sorry, something went wrong.
There was a problem hiding this comment.
nice cleanup again @rafaelweingartner
Sorry, something went wrong.
|
What do you think @DaanHoogland, do wee need to wait for integration tests here? |
Sorry, something went wrong.
|
@rafaelweingartner doesn't hurt does it? |
Sorry, something went wrong.
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
Sorry, something went wrong.
|
@rhtyd can you review this, please? |
Sorry, something went wrong.
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1750 |
Sorry, something went wrong.
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
Sorry, something went wrong.
|
Trillian test result (tid-2313)
|
Sorry, something went wrong.
|
@DaanHoogland is this "test_hostha_enable_ha_when_host_in_maintenance" an intermittent error? I have seen this on #2425, which is a very different PR. |
Sorry, something went wrong.
|
Yes @rafaelweingartner , I've seen this one a lot and seen it pass as well. Your code here is not related to that test afaik. |
Sorry, something went wrong.
|
@DaanHoogland this one seems to be ready. Would you like to wait for a third and fourth eyes here? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Changes here were suggestions made to #2365, but for some reason, the PR was merged without considering them. Both the update of the ‘displayText’ value and unit test cases were suggested as improvements in that PR.
After coding, I also when through those classes and removed unused variables.
@khos2ow can you take a look here?