Closed kjoshi07 closed 5 years ago
I had the same issue today. I ran mvn clean install again and it worked at this step the 2nd time, but still fails at aura-impl tests.
Looks like a duplicate of this one: https://github.com/forcedotcom/aura/issues/160
I don't think anyone at Salesforce uses Windows to build aura (Mac or Linux only). I think the gold file failures you are encountering are differences in line endings. You can attempt to skip running the unit tests by running:
mvn clean install -DskipUnitTests=true
I'm not sure what's causing the DeleteFailed issue, I have not encountered that one. Possibly an issue running on windows too and something the test is trying to do.
I'm on a Mac so don't know it failed the first time, nor why it failed at a later step the second time, but it worked fine when I skipped the unit tests. Thanks.
I have cloned the Auro Github repo and tried to build by running mvn clean install but could not build it due to below tests failed, any help would be appreciated.