Skip to content

ARROW-6424: [C++] Fix IPC fuzzing test name#5261

Closed
pitrou wants to merge 1 commit intoapache:masterfrom
pitrou:ARROW-6424-fix-fuzzing-test-name
Closed

ARROW-6424: [C++] Fix IPC fuzzing test name#5261
pitrou wants to merge 1 commit intoapache:masterfrom
pitrou:ARROW-6424-fix-fuzzing-test-name

Conversation

@pitrou
Copy link
Copy Markdown
Member

@pitrou pitrou commented Sep 3, 2019

No description provided.

@pitrou
Copy link
Copy Markdown
Member Author

pitrou commented Sep 3, 2019

@crepererum Can you check this fixes the issue for you?


class S3Environment : public ::testing::Environment {
public:
virtual ~S3Environment() {}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that change is unrelated?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, but i had to make it to compile with clang.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, we should probably include this then either here or in another PR.


get_filename_component(FUZZING_NAME ${REL_FUZZING_NAME} NAME_WE)

# Make sure the executable name contains only hyphens, not underscores
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that also does the job, thanks!

@pitrou pitrou closed this in 327057e Sep 3, 2019
@pitrou pitrou deleted the ARROW-6424-fix-fuzzing-test-name branch September 3, 2019 15:50
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #5261 into master will increase coverage by 1.85%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5261      +/-   ##
==========================================
+ Coverage   87.35%    89.2%   +1.85%     
==========================================
  Files         920      750     -170     
  Lines      124479   108000   -16479     
  Branches     1437        0    -1437     
==========================================
- Hits       108738    96342   -12396     
+ Misses      15379    11658    -3721     
+ Partials      362        0     -362
Impacted Files Coverage Δ
cpp/src/arrow/filesystem/s3fs_test.cc 99.22% <ø> (-0.01%) ⬇️
cpp/src/arrow/filesystem/s3_internal.h 95.12% <0%> (-4.88%) ⬇️
cpp/src/arrow/util/thread_pool_test.cc 97.66% <0%> (-0.94%) ⬇️
go/arrow/math/uint64_amd64.go
go/arrow/memory/memory_avx2_amd64.go
rust/datafusion/src/execution/filter.rs
rust/arrow/src/csv/writer.rs
rust/datafusion/src/bin/main.rs
go/arrow/ipc/file_reader.go
js/src/builder/index.ts
... and 464 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9517ade...98e50c6. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants