-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix/vik/speed up oe test #3
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
|
You should rebase instead of merging master in. |
|
@VikParuchuri the commits aren't merged together. You need to run |
|
Also, avoid relative references (like "this error") in commit messages. |
|
@cpennington There were three, and I merged two of them together (i think). I used squash. I will merge the remaining two together to just have it all as one commit. |
|
All set now. |
|
@gwprice How do you avoid having to do git push -f after rebasing? That's the primary reason I tend to use merge instead of rebase. |
|
You don't avoid it; force pushing is fine for branches that nobody else is using. |
|
👍 |
|
I've seen issues where people have force pushed the wrong thing that took a lot of time to resolve. I wonder what the relative time taken/cost fixing those mistakes vs. using merge instead of rebase is. |
|
The only issues I've run into w/ force pushing the wrong thing are 1) they On Fri, May 31, 2013 at 11:38 AM, VikParuchuri notifications@github.comwrote:
|
…st times out without this.
…rach module into platform. (Fixes openedx#3)
…equest-template add default pull request template for ucsd
Add filters and sorting on index and courses pages Approved-by: Vladyslav Zherebkin
convert django app to extensible edx plugin
Absorbing work from douglashall/learning_sequence
The Getting Started steps had two #3, and one of them was mis-formatted. The links to Getting Started in the named-release page weren't links. Now they are, though they go to the GitHub page rather than the readthedocs page. We should fix that in the future.
# This is the 1st commit message: chore: remove karma-selenium-webdriver-launcher and unneeded browsers # The commit message openedx#2 will be skipped: # revert: this reverts ca4032c so I can separate the lint and code changes # The commit message openedx#3 will be skipped: # feat: removing references to karma-selenium-webdriver-launcher
Speed up open ended test that is timing out.
Per @cpennington and @gwprice this was okay to merge if two commits were folded together. Folding done, going to merge after jenkins validates.