Skip to content

Commit

Permalink
check fmt/markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Sep 12, 2023
1 parent 0167110 commit 1236503
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 7 additions & 5 deletions lib/codecs/tests/data/native_encoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ There are two diffs committed to this directory:
- `vector_generate_fixtures.patch`
- `vrl_generate_fixtures.patch`

The vrl_ one must be applied to the vectordotdev/vrl repo.
The vector_ one must be applied to the vector repo (you are here).
The `vrl_` one must be applied to the vectordotdev/vrl repo.
The `vector_` one must be applied to the vector repo (you are here).

Part of the vector patch file is a `roundtrip` unit test definition that needs
to be evoked from `lib/vector-core`. Before invoking it, the `_json` and `_proto`
directories need to be created.

`$ cd lib/vector-core`
`$ mkdir _json/ proto/`
`$ cargo test event::test::serialization::roundtrip`
```bash
$ cd lib/vector-core
$ mkdir _json/ proto/
$ cargo test event::test::serialization::roundtrip
```

That test case writes out the appropriate files into the dirs, which then need to be
moved to their location here.
1 change: 0 additions & 1 deletion src/sinks/datadog/metrics/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ mod tests {
{
sketches.push(sketch);
}

}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ to use as-is, but is noted as deprecated.

In a future release, this field index (19) will be fully unsupported and marked as a
`reserved` field in the proto definition. Any users setting the Value `metadata` field
at index 19 should change to populate the `event_metadata.value` instead.
at index 19 should change to populate the `event_metadata.value` instead.

0 comments on commit 1236503

Please sign in to comment.