Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: don't create one webpack bundle for every test file #705

Merged
merged 1 commit into from
Mar 14, 2018

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Mar 5, 2018

This commit introduces a new experimental branch of AEgir which
should fix the issue with taking to much memory when running the
Browser based tests. If it turns out to be successful, there
will be a new AEgir release containing that fix.

@vmx vmx requested review from dryajov and daviddias March 5, 2018 22:55
@ghost ghost assigned vmx Mar 5, 2018
@ghost ghost added the in progress label Mar 5, 2018
@dryajov
Copy link
Contributor

dryajov commented Mar 5, 2018

@vmx the latest ipfsd-ctl should make the 9999 used port error go away.

Copy link
Contributor

@daviddias daviddias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You sir, are a superstar 🌟❤️ Thank you!

package.json Outdated
@@ -65,15 +65,15 @@
"url": "https://github.com/ipfs/js-ipfs-api"
},
"devDependencies": {
"aegir": "^13.0.0",
"aegir": "https://github.com/ipfs/aegir#karma-webpack-bundle-alt2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you release aegir and update it here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do once I'm done with my Windows fixes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which ones?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ones I'm working on atm.

Copy link
Contributor

@victorb victorb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉

@ghost ghost assigned daviddias Mar 9, 2018
@daviddias daviddias removed their assignment Mar 9, 2018
With the release of AEgir 13.0.6 it is no longer needed to
increase the memory size, as there will be only a single
webpack bundle for all tests, which takes little enough
memory.
Copy link
Contributor

@daviddias daviddias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vmx I'm going ahead and merge all the "fix tests" PRs

@daviddias daviddias merged commit 3967e96 into master Mar 14, 2018
@ghost ghost removed the in progress label Mar 14, 2018
@daviddias daviddias deleted the aegir-webpack-fix branch March 14, 2018 14:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants