Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Sep 5, 2018
1 parent d6c9dc3 commit 2777b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 93 deletions.
90 changes: 0 additions & 90 deletions plugin/storage/es/spanstore/dbmodel/fixtures/es_01-actual.json

This file was deleted.

6 changes: 3 additions & 3 deletions plugin/storage/es/spanstore/dbmodel/from_domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ func TestEmptyTags(t *testing.T) {

func TestTagMap(t *testing.T) {
tags := []model.KeyValue{
{Key: "foo", VStr: "foo", VType: model.StringType},
{Key: "a", VBool: true, VType: model.BoolType},
{Key: "b.b", VInt64: 1, VType: model.Int64Type},
model.String("foo", "foo"),
model.Bool("a", true),
model.Int64("b.b", 1),
}
span := model.Span{Tags: tags, Process: &model.Process{Tags: tags}}
converter := NewFromDomain(false, []string{"a", "b.b", "b*"}, ":")
Expand Down

0 comments on commit 2777b56

Please sign in to comment.