-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing issue #1451 #1454
Fixing issue #1451 #1454
Conversation
yes go ahead |
…ifferently depending on the machine/maybe JVM where they're running
@ptrthomas I noticed the CI/CD build failed after you merged to develop but it was timeout as well. I ended up not pushing the change and keeping it in my local FYI.
|
@joelpramos argh what do you suggest, do I revert this ? |
Don't think so, I think we should just increase the timeout, the failure doesn't seem to be related to the actual code fix. Originally it was breaking because of some different behavior in the web container so I just forced the headers to be lower case in this method: karate-demo/src/main/java/com/intuit/karate/demo/controller/SearchController.java It just leaves me wonder whether my fix here is poor and it'll always hit the if condition whenever we're doing a match against something that is not present - however I can't think of a way to reduce the number of iterations for that piece of code. It'll keep it in the back of my mind to get back to it later tonight.
|
Description
Thanks for contributing this Pull Request. Make sure that you submit this Pull Request against the
develop
branch of this repository, add a brief description, and tag the relevant issue(s) and PR(s) below.