I am attempting to install the custom metadata loader into production.
Per this issue on the github repo, I'm running into a null pointer exception. I am installing the new version, under the forcedotcom repo.
I have tried installing via the 'deploy to salesforce' button as well as by using workbench, and encounter errors with either.
In workbench, I tried running only one local tests, and all local tests.
Running one local test failed due to what appeared to me to be code coverage issues on the customMetadataLoader classes.
Running all local tests caused the exact same test failure as listed in the gitHub issue.
While at this point I could probably manually load the 100 metadata records faster, I would appreciate any tips on anything else to try. Or if anyone can figure out what the issue is with the test and get it sorted out that would be great too.
FWIW the class that appears to be throwing the error was generated by wsdl2apex. I feel like there was a thread on that recently.