From 9314f8e81ca5e7ba70f8633e3b897d54dd992d8c Mon Sep 17 00:00:00 2001 From: Pablo Sichert Date: Mon, 31 Jan 2022 13:55:05 +0100 Subject: [PATCH] Reference `lib/vrl/tests/tests` for testing Signed-off-by: Pablo Sichert --- rfcs/2021-12-20-10517-llvm-backend-for-vrl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfcs/2021-12-20-10517-llvm-backend-for-vrl.md b/rfcs/2021-12-20-10517-llvm-backend-for-vrl.md index 2d05a70adb237..9670c6f0f8e9c 100644 --- a/rfcs/2021-12-20-10517-llvm-backend-for-vrl.md +++ b/rfcs/2021-12-20-10517-llvm-backend-for-vrl.md @@ -657,6 +657,8 @@ code produces the expected result. This covers edge cases specific to each expression. Behavior tests: Make sure that the existing test corpus living in +[`lib/vrl/tests/tests`](https://github.com/vectordotdev/vector/blob/master/lib/vrl/tests/tests) +and [`tests/behavior/transforms/remap.toml`](https://github.com/vectordotdev/vector/blob/master/tests/behavior/transforms/remap.toml) passes when using the LLVM based execution engine.