Skip to content
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

Trim down test harness #8146

Merged
merged 1 commit into from
Oct 28, 2016
Merged

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Sep 1, 2016

Relies on #8150

While investigating potential memory leaks, discovered some unnecessary stuff in the test harness.

  • removed ui/stack_trace_mapper, it didn't work anyway
  • removed Nonsense, it also didn't work

@spalger spalger added the review label Sep 1, 2016
@spalger spalger removed the review label Sep 2, 2016
@spalger spalger force-pushed the remove/stackTraceMapper branch 2 times, most recently from c18bc3d to 6a659af Compare September 2, 2016 19:44
@spalger spalger added the review label Sep 6, 2016
@spalger spalger assigned jbudz and stacey-gammon and unassigned epixa Oct 24, 2016
});
});
// Setup auto releasing stubs and spys
setupAutoRelease(sinon, window.afterEach);
Copy link
Contributor

Choose a reason for hiding this comment

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

I see setupAutoRelease(sinon, window.afterEach); on line 12 and line 16. Is it needed in both places?

// chrome expects to be loaded first, let it get its way
import chrome from 'ui/chrome';

import Nonsense from 'Nonsense';
Copy link
Contributor

Choose a reason for hiding this comment

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

I couldn't find any other usages of Nonsense. Think it's safe to remove the dependency from package.json?

@jbudz
Copy link
Member

jbudz commented Oct 28, 2016

LGTM after changes above.

@spalger spalger self-assigned this Oct 28, 2016
@spalger spalger merged commit adc95d0 into elastic:master Oct 28, 2016
elastic-jasper added a commit that referenced this pull request Oct 28, 2016
Backports PR #8146

**Commit 1:**
trim down test harness, remove StackTraceMapper

* Original sha: ae4dded
* Authored by spalger <email@spalger.com> on 2016-09-01T16:11:45Z
epixa pushed a commit that referenced this pull request Oct 29, 2016
Backports PR #8146

**Commit 1:**
trim down test harness, remove StackTraceMapper

* Original sha: ae4dded
* Authored by spalger <email@spalger.com> on 2016-09-01T16:11:45Z
nreese pushed a commit to nreese/kibana that referenced this pull request Nov 10, 2016
airow pushed a commit to airow/kibana that referenced this pull request Feb 16, 2017
Backports PR elastic#8146

**Commit 1:**
trim down test harness, remove StackTraceMapper

* Original sha: ae4dded
* Authored by spalger <email@spalger.com> on 2016-09-01T16:11:45Z

Former-commit-id: 2991900
@spalger spalger deleted the remove/stackTraceMapper branch October 18, 2019 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants