Skip to content

Commit

Permalink
temp code to run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 16, 2020
1 parent 0dccdee commit 89b684e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function getQueryParameterActions(filterManager, indexPatterns) {
filterManager.addFilters(newFilters);
if (indexPatterns) {
const indexPattern = await indexPatterns.get(indexPatternId);
throw new Error('test error - actions');
indexPattern.popularizeField(field.name, 1);
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export class SearchEmbeddable
if (!searchScope.columns) {
return;
}
throw new Error('test error');
indexPattern.popularizeField(columnName, 1);
const columns = columnActions.addColumn(searchScope.columns, columnName);
this.updateInput({ columns });
Expand Down

0 comments on commit 89b684e

Please sign in to comment.