We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 855f909 + 5cdf70a commit 6c8a74eCopy full SHA for 6c8a74e
src/test/java/com/timgroup/statsd/UnixSocketTest.java
@@ -129,8 +129,9 @@ public void resist_dsd_restart() throws Exception {
129
// Delete the socket file, client should throw an IOException
130
lastException = new Exception();
131
socketFile.delete();
132
+
133
+ client.gauge("mycount", 21);
134
while(lastException.getMessage() == null) {
- client.gauge("mycount", 20);
135
Thread.sleep(10);
136
}
137
assertThat(lastException.getMessage(), containsString("No such file or directory"));
0 commit comments