-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Disable broken tests #5073
Disable broken tests #5073
Conversation
ddb2be5
to
511c932
Compare
Fix a bug where "name" was used ambigously and mapping "item name" to "name" would confuse the importer into thinking it should also be a user name. Now we default to "full name" for the users name, and "item name" for the item name. These are still both configurable through the custom mapping. Also update sample csvs and remove an outdated sample.
This updates the login information and model factories to work with changes to source.
…string length. Might make sense to change this to a text field in the future to match other places.
d746852
to
25712dc
Compare
This should now be good. A lot of unit tests have been disabled, but all functional tests have been ported/fixed, and API tests have been ported or disabled for now. I think when travis finishes the current run we might see green builds again? |
Looks like we're running out of memory? |
Found on Reddit, tho his was for a Laravel4 app: From the docs: |
The functional tests use a stupid amount of memory for some reason.. on the ones that succeed I see 700ish MB being used. Not sure why currently. I tried boosting the memory available to travis but it doesn't seem to be taking. Currently we reload the database fresh for each test, I need to look into whether or not thats actually necessary. |
Please don't merge yet, need to PR for travis feedback though. Will see what else needs to be nuked.