Jonas Weigert

Results 11 comments of Jonas Weigert

Ran into the same issue. The line 67 change fixes the problem. Thanks @lo3ty.

yea, i would love to be able to run parallel builds as our test suite is fairly large (~2500 individual test methods) right now our tests are running but it...

another great thing would be some functionality to automatically split all the test classes into groups to be run in batches across X lambda functions. another really useful feature would...

since we run full integration tests, for each test class there are 40 or so test methods that can run for up to a minute. automatically spawning a function for...

any idea when parallel builds will be available? since our tests time out at 5 min, its not really an option for us to use this team wide. I would...

@mhart i still think being able to trigger multiple lambdas with some form of a split of all the test files automatically (the way circle ci does parallel tests) would...

We have tried a few builds of our application (that uses the sdk) on PHP7. The only error we are getting is because of a deprecated constructor function name in...

@dayofr getting the same error. haven't been able to hunt down what causes that. I am also trying to figure out how to run the tests included with the sdk...