Skip to content

Instantly share code, notes, and snippets.

Fri Sep 12 22:43:37 2014 : publish_entry SCDSet() failed: Success!
Fri Sep 12 22:43:37 2014 : publish_entry SCDSet() failed: Success!
Fri Sep 12 22:43:37 2014 : PPTP connecting to server 'nicegraham.synology.me' (109.255.134.40)...
Fri Sep 12 22:43:37 2014 : PPTP connection established.
Fri Sep 12 22:43:37 2014 : PPTP set port-mapping for en0, interface: 4, protocol: 0, privatePort: 0
Fri Sep 12 22:43:37 2014 : using link 0
Fri Sep 12 22:43:37 2014 : Using interface ppp0
Fri Sep 12 22:43:37 2014 : Connect: ppp0 <--> socket[34:17]
Fri Sep 12 22:43:37 2014 : sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x1886a573> <pcomp> <accomp>]
Fri Sep 12 22:43:37 2014 : PPTP port-mapping for en0, interfaceIndex: 0, Protocol: None, Private Port: 0, Public Address: 6dff8628, Public Port: 0, TTL: 0.
@nicegraham
nicegraham / gist:8676431
Created January 28, 2014 21:01
diffusion exception
2014-01-28 20:57:41.233|INFO|Diffusion: BackgroundThreadPool Thread_1|PUSH-000397|Deploying publishers in dar file '/Users/gabell/diffusion/Diffusion4.6.5_01/bin/../deploy/realtime.dar'.|com.pushtechnology.diffusion.publisher.PublisherManagerInstance
2014-01-28 20:57:41.234|INFO|Diffusion: BackgroundThreadPool Thread_1|PUSH-000256|Deploying publishers compiled for Diffusion version '4.5.0'.|com.pushtechnology.diffusion.publisher.PublisherManagerInstance
2014-01-28 20:57:41.420|WARN|Diffusion: BackgroundThreadPool Thread_1|PUSH-000382|Unable to load Publisher config file ../deploy/diffusion-publisher/etc/Publishers.xml.|com.pushtechnology.diffusion.xmlproperties.load.XmlPublishersConfigLoader
com.pushtechnology.diffusion.DiffusionRuntimeException: Failure loading XML Properties 'Publishers.xml'
at com.pushtechnology.diffusion.xmlproperties.XmlBaseProperties.loadProperties(XmlBaseProperties.java:229)
at com.pushtechnology.diffusion.xmlproperties.XmlBaseProperties.<init>(XmlBaseProperties.java:98)
at com.push
14:41:36 <nirvdrum_> asavchuk: You broke the grid.
14:41:38 <Dave_B_> using hub 2.35 throughout.... with node on 2.34 it works fine
14:41:40 → cgoldberg joined (~cgoldberg@c-174-63-110-226.hsd1.ma.comcast.net)
14:41:42 <Dave_B_> with node on 2.35 it doesn't
14:41:58 <nirvdrum_> This game is growing pretty tiresome.
14:42:21 <asavchuk> nirvdrum_: how ?
14:42:21 <Dave_B_> the changelog shows 'Updated operadriver to 1.4.' .... anyone know if that means I need to change how i tell it where to look?
14:42:27 <Dave_B_> I'm still using OPERA_PATH
14:42:36 <nirvdrum_> By changing the isAlive check for status call that older nodes don't support.
14:42:47 <nirvdrum_> It's completely taken my cluster of ios-drivers offline.
@nicegraham
nicegraham / gist:6185779
Created August 8, 2013 15:45
ios-driver capabilites
https://github.com/ios-driver/ios-driver/blob/dev/common/src/main/java/org/uiautomation/ios/IOSCapabilities.java
{ "variation" => "Regular", "simulator" => true, "device" => "iphone", "language" => "en", "locale" => "en_GB", "CFBundleName" => "InternationalMountains", "CFBundleVersion" => "1.1" }
https://travis-ci.org/ios-driver/ios-driver/builds/9625276
$ grep -A 10 system.privilege.taskport /etc/authorization
<key>system.privilege.taskport</key>
<dict>
<key>allow-root</key>
<true/>
<key>class</key>
<string>user</string>
<key>comment</key>
20:00:06 <dimacus> phasze: hey hey
20:01:15 <phasze> I'm trying to setup a timeout thing for these nodes, so if some test happens to never end (eg. enters a filepath that doesn't exist). Is there a timeout thing I can set so it does that cleanup/releases the node in grid?
20:01:21 <phasze> such as timeout or browserTimeout
20:01:39 <phasze> I've been trying to play with those two but haven't had much success
20:02:46 <dimacus> hmmm
20:02:55 <asavchuk> phasze: yes, there is. see commit 0acce3ba7ebcbc399ac7c9e38311390e0f7e6cfd
20:02:55 <selbot2> alex-savchuk 5 days ago - Fix hang of hub when node machine is not available. | https://code.google.com/p/selenium/source/detail?r=0acce3b | http://dashboard.ci.seleniumhq.org/#/revision/0acce3ba7ebcbc399ac7c9e38311390e0f7e6cfd
20:03:08 <asavchuk> but it will be available only for 2.34
20:03:16 <phasze> ah
20:03:53 <asavchuk> for 2.33 only nodePolling and unregisterIfStillDown are available
@nicegraham
nicegraham / gist:6073360
Last active December 20, 2015 04:49
add this to the jni pom.xml
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Releases</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>snapshots</name>
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ ios-driver-jni ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] IOS automation .................................... SUCCESS [16.055s]
[INFO] ios-common ........................................ SUCCESS [35.270s]
[INFO] ios-client ........................................ SUCCESS [32.201s]
[INFO] ios-driver-jni .................................... FAILURE [7.455s]
[INFO] ios-server ........................................ SKIPPED
[INFO] ios-selenium-tests ................................ SKIPPED
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project ios-driver: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-add command failed.
[ERROR] Command output:
[ERROR] fatal: Path 'libimobile-java/pom.xml' is in submodule 'libimobile-java'
[ERROR] -> [Help 1]
39:23:780 INFO ApplicationStore.<init> App archive folder:/Users/gabell/workspace/ios-driver/applications
39:24:464 WARNING AppleLanguage.create no isn't recognized.Please file a bug on github.You won't be able to start the app in that language.
39:25:068 WARNING AppleLanguage.create zh_CN isn't recognized.Please file a bug on github.You won't be able to start the app in that language.
39:25:084 WARNING AppleLanguage.create zh_TW isn't recognized.Please file a bug on github.You won't be able to start the app in that language.
39:25:573 WARNING AppleLanguage.create no isn't recognized.Please file a bug on github.You won't be able to start the app in that language.
39:25:919 WARNING AppleLanguage.create zh_CN isn't recognized.Please file a bug on github.You won't be able to start the app in that language.
39:25:938 WARNING AppleLanguage.create zh_TW isn't recognized.Please file a bug on github.You won't be able to start the app in that language.