-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
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. |
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.
👍 @SrinivasanTarget what do you think?
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.
@jlipps @mykola-mokhnach @saikrishna321 @SrinivasanTarget Please review and merge if it looks good.
We need to fix breaking CI tests separately.
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.
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)
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.
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.
|
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.
@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
x
in the boxes that applyDetails