Skip to content

Commit

Permalink
core/local: Init SystemTags option
Browse files Browse the repository at this point in the history
Init the SystemTags for TestExecutionScheduler with default tags.
  • Loading branch information
codebien committed Oct 26, 2021
1 parent 7227569 commit 3790391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func newTestExecutionScheduler(
}
ctx, cancel = context.WithCancel(context.Background())
newOpts, err := executor.DeriveScenariosFromShortcuts(lib.Options{
SystemTags: stats.NewSystemTagSet(stats.DefaultSystemTagSet),
MetricSamplesBufferSize: null.NewInt(200, false),
}.Apply(runner.GetOptions()).Apply(opts))
require.NoError(t, err)
Expand Down

0 comments on commit 3790391

Please sign in to comment.