-
Notifications
You must be signed in to change notification settings - Fork 207
Feature 97 integration testing #112
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
Conversation
…ole to keep track
This is blocked because of Travis timing out when integration tests are testing get all classifiers. Our current instance has over 2100 classifiers and currently takes over 12 minutes to return the classifiers. I'm going to look into cleaning up that instance or obtaining another key. |
…tson-developer-cloud/unity-sdk into feature-97-integrationTesting
…tegration test, added customData into retriveAndRank calls, increased travis timeout
…but not in batch mode for some reason. will investigate.
I IfDef'ed out creation/deletion of clusters, configs, collections and rankers in integration tests in batch mode. For some reason these fail in batch mode but they work fine in the editor. I need to investigate this. |
Summary
Revisions to integration testing.