Johan Haleby

Results 292 comments of Johan Haleby

_From [[email protected]](https://code.google.com/u/100572771230949751186/) on February 20, 2015 00:47:02_ It seems for all assertions shouldMockThisCall in MockGateway.java:174 returns true, except for the last one (after thenCallRealMethod() is called). The putAdditionalState("DontMockNextCall", true) in...

_From [[email protected]](https://code.google.com/u/105676376875942041029/) on April 06, 2010 01:03:18_ **Labels:** -Milestone-Release1.4 Milestone-Release1.5

_From [[email protected]](https://code.google.com/u/105676376875942041029/) on July 22, 2010 02:23:39_ **Labels:** -Milestone-Release1.5 Milestone-Release1.6

_From [[email protected]](https://code.google.com/u/105676376875942041029/) on April 29, 2010 06:36:18_ Cool! Thanks for your patch. I'm extremely busy atm so I don't have time to look at it right now but I will...

_From [[email protected]](https://code.google.com/u/106206838492680896342/) on April 13, 2013 09:18:14_ Forgot this: it works on java 6, it doesn't work on java 7 (jdk1.7.0_17)

_From [[email protected]](https://code.google.com/u/106206838492680896342/) on April 13, 2013 11:58:57_ It turned out it's easy to fix, just add this: @PowerMockIgnore("com.sun.net.ssl.internal.ssl.Provider")

Hi! Thanks for the PR! What happens when you specify both a normal container name (1) and a container pattern (2)? From what I understand it first tries to match...

Please explain why you just can't pipe to grep? For example: `kubetail my-pod | grep hello` This seems to work well for me on Mac and a colleague is using...

No idea to be honest, never heard about ChannelShell or channelExec. Have a look at the script if there's anything we can do to make it work.

Wow this is so cool! I've tried to get this working several times but failed to do so. Unfortunately this doesn't really work for me. When I run `kubetail my-pod...