Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flakey test on OSX: transforms::lua::v2::interop::event::test::from_lua_both_log_and_metric #4054

Closed
jamtur01 opened this issue Sep 22, 2020 · 1 comment
Labels
domain: tests Anything related to Vector's internal tests platform: macos Anything `macos` platform related type: bug A code related bug.

Comments

@jamtur01
Copy link
Contributor

This test fails with:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: FromLuaConversionError { from: "table", to: "Event", message: Some("Event should contain either \"log\" or \"metric\" key at the top level") }', src/transforms/lua/v2/interop/event.rs:177:34
stack backtrace:
error: test failed, to rerun pass '--lib'

Caused by:
  process didn't exit successfully: `/Users/runner/work/vector/vector/target/debug/deps/vector-f75537fde05a1796  --nocapture` (signal: 11, SIGSEGV: invalid memory reference)
make: *** [test] Error 101
test transforms::lua::v2::interop::event::test::from_lua_both_log_and_metric ... 
##[error]Process completed with exit code 2.

Removed in #4050.

@jamtur01 jamtur01 added type: bug A code related bug. domain: tests Anything related to Vector's internal tests platform: macos Anything `macos` platform related labels Sep 22, 2020
@jszwedko
Copy link
Member

jszwedko commented Aug 4, 2022

Closing since this test doesn't exist anymore.

@jszwedko jszwedko closed this as completed Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: tests Anything related to Vector's internal tests platform: macos Anything `macos` platform related type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

2 participants