You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/12/12 21:06:39 UTC

[GitHub] [netbeans] blackleg opened a new pull request #1773: [TRAVIS] Fix core network tests

blackleg opened a new pull request #1773: [TRAVIS] Fix core network tests
URL: https://github.com/apache/netbeans/pull/1773
 
 
   Fix core network tests when run in a Travis worker. 
   
   Edits `/etc/hosts` to remove hostname in the localhost entry.
   
   Before editing: 
   ```
   ## Managed by Chef on packer-5df1faf8-b61a-05e1-6e00-7c129c076cc3.c.eco-emissary-99515.internal :heart_eyes_cat:
   ## cookbook:: travis_build_environment
   ##     file:: templates/default/etc/cloud/templates/hosts.tmpl.erb
   127.0.1.1 travis-job-adbfb820-92fd-40ed-9452-91ae7fb08218 travis-job-adbfb820-92fd-40ed-9452-91ae7fb08218 ip4-loopback xenial64
   127.0.0.1 localhost nettuno travis vagrant travis-job-adbfb820-92fd-40ed-9452-91ae7fb08218 
   ```
   
   After editing:
   ```
   ## File modified by nbbuild/travis/fix_hosts_file.groovy
   ## Managed by Chef on packer-5df1faf8-b61a-05e1-6e00-7c129c076cc3.c.eco-emissary-99515.internal :heart_eyes_cat:
   ## cookbook:: travis_build_environment
   ##     file:: templates/default/etc/cloud/templates/hosts.tmpl.erb
   127.0.1.1 travis-job-adbfb820-92fd-40ed-9452-91ae7fb08218 travis-job-adbfb820-92fd-40ed-9452-91ae7fb08218 ip4-loopback xenial64
   # 127.0.0.1 localhost nettuno travis vagrant travis-job-adbfb820-92fd-40ed-9452-91ae7fb08218 
   127.0.0.1 localhost nettuno travis vagrant 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists