Implemented driver status check.#1153
Conversation
|
The tests are failing even when no changes are made in the code. This failure shouldn't be related to the code implemented here. |
jlipps
left a comment
There was a problem hiding this comment.
👍 @SrinivasanTarget what do you think?
anilkrverma
left a comment
There was a problem hiding this comment.
@jlipps @mykola-mokhnach @saikrishna321 @SrinivasanTarget Please review and merge if it looks good.
We need to fix breaking CI tests separately.
jlipps
left a comment
There was a problem hiding this comment.
this looks ok to me though it'd be nice to get the changes without a bunch of additional formatting changes as well (unless @SrinivasanTarget thinks they are a good idea too)
SrinivasanTarget
left a comment
There was a problem hiding this comment.
Code looks good now. Can you keep styling as per the style guides we use?
@SrinivasanTarget Current changes have been done through standard auto-formatting in Java. Any reference to style guides doc for my understanding so that I can update it accordingly and be proactive in my future commits? |
|
@anilkrverma https://github.com/appium/java-client/blob/master/google-style.xml |
@SrinivasanTarget Pushed the changes after fixing the violations reported. Please review. |
|
@anilkrverma Can you rebase your branch with the latest master once as a final nit. CI should be green after that. |
|
Hurray, CI is green now. :) |
|
@SrinivasanTarget , @mykola-mokhnach Rebased from master. Please review. |
|
@SrinivasanTarget @mykola-mokhnach @jlipps @saikrishna321 We are getting below error again: It was working before, Did we broke Azure CI again or am I missing something here? |
|
This does not look like a rebase |
- Solves Issue: appium#1137
…instead of AppiumServerStatus class object. - Deleted AppiumServerStatus class as it is no longer needed.
- Empty line should be followed by <p> tag on the next line. 234 - First sentence of Javadoc is missing an ending period. 234 Ran ./gradlew clean checkstyleMain, BUILD is SUCCESSFUL now.
|
anilkrverma
left a comment
There was a problem hiding this comment.
@mykola-mokhnach @saikrishna321 @SrinivasanTarget @jlipps Hope this looks perfect now for getting merged with master. Please let me know if further changes are required.
|
Thanks for addressing all the comments. Looks good👍 |
|
🎉 congrats @anilkrverma! |
|
Thanks @jlipps , @saikrishna321 @SrinivasanTarget @mykola-mokhnach for all the support. |
Change list
Feature: Add support for "driver.status()" - #1137
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
xin the boxes that applyDetails