-
Notifications
You must be signed in to change notification settings - Fork 2.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
Fix issue Network Services / Network Hosts #3175
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution! Could you please provide more details about the changes in this PR? |
Of course! Sorry for the big blob commit. So, most files changed are inserts into network_services and network_hosts tables. (files: browserdetails.rb and multiple module.rb). These have the same type of change:
has become
This change is because the hooked_browser_id should be an integer reference to the hooked_browser and not the session_id string in Then we have the change to ZombieTabNetwork.js Finally the change to network.rb |
Hi @Phasip, thanks for your contribution and thorough description. I'm reviewing your PR. Meanwhile, could you please rebase it with the latest master? I have recently fixed up the automated Browserstack testing and done some dependency upgrades. Once you rebase your PR, this should run and tell us if any issues. Thanks |
Thanks, @Phasip , for rebasing, I'm running the tests now. Please advise what testing you have done that no integrity within the framework has been affected. If you are not sure about what testing should be run, you could try running |
The testing I have done is to verify that the previous exceptions are not thrown and that services appear in the services tab, which they did not before. I ran bundle exec rake now and received the same errors as on the master branch.
Also, I do not think the BrowserStack error is due to my changes. |
Thanks, @Phasip , for your response, I'm investigating. |
Hi @Phasip , I've just tried on my Linux Ubuntu machine the following:
Your experience in comparison to mine tells me that most probably the rebase hasn't been successful. For the context, I have recently made some changes that fixed Browserstack tests. Could you please try refreshing your local master with the latest changes (steps 1 to 4), test to make sure everything is working (steps 5 to 10) and then rebase your change branch with up to date master? Thanks |
The rake issue was resolved by a missing dependency not being installed by ./install or the Dockerfile: (Note wget is also a dependency for running rake, but it is not installed in the Dockerfile nor ./install) I don't think I can solve the BrowserStack issue |
Pull Request
Ref: #3174
Category
Bugfix
Feature/Issue Description
Test Cases
None.