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

[1 of 2] Fix & re-enable perf profiler test: update Java test program to better match test expectations. #904

Merged
merged 9 commits into from
Feb 27, 2023
Prev Previous commit
Next Next commit
Align other profiler test cases to new Java test program.
Signed-off-by: Pete Stevenson <jps@pixielabs.ai>
  • Loading branch information
Pete Stevenson committed Feb 22, 2023
commit 13d6f6e8580329c4c0c44383fac152d28fb424b2
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ TEST_F(BCCSymbolizerTest, DisableJavaSymbols) {
JavaSymbolizer::Create(std::move(symbolizer_)));

const std::filesystem::path java_app_path =
BazelRunfilePath("src/stirling/source_connectors/perf_profiler/testing/java/fib");
BazelRunfilePath("src/stirling/source_connectors/perf_profiler/testing/java/profiler_test");
ASSERT_TRUE(fs::Exists(java_app_path)) << java_app_path.string();
ASSERT_TRUE(fs::Exists(FLAGS_stirling_profiler_px_jattach_path))
<< FLAGS_stirling_profiler_px_jattach_path;
Expand Down