Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Merge stable-1.7 into stable-1.8#1129

Merged
lukaszstolarczuk merged 20 commits intopmem:stable-1.8from
lukaszstolarczuk:merge-stable-1.7-into-stable-1.8
Jul 6, 2021
Merged

Merge stable-1.7 into stable-1.8#1129
lukaszstolarczuk merged 20 commits intopmem:stable-1.8from
lukaszstolarczuk:merge-stable-1.7-into-stable-1.8

Conversation

@lukaszstolarczuk
Copy link
Copy Markdown
Member

@lukaszstolarczuk lukaszstolarczuk commented Jul 6, 2021

This change is Reviewable

lukaszstolarczuk and others added 20 commits October 8, 2020 15:52
it makes more sense to rebuild dockers all the time on stable branches,
because we don't have to count on DockerHub's policy to keep our
docker images on their servers.
…r-on-stables

add "rebuild" param to utils' script, to force dockers rebuilding
…nto-stable-1.6

Merge back stable-1.5 to stable-1.6
Casting unaligned ptr_offset_magic address to pointers is undefined
behavior for types which require alignemnt > 1. It results in following
error under UBSAN for ptr_0_none test:

"runtime error: upcast of misaligned address 0x0000deadbeef for type 'C',
which requires 8 byte alignment"

Also, add test for offset calculation for objects with different
alignment requirements.
…ed iterator

Origianl implementation resulted in the following array_iterator_noconv_0_test
failure under UBSAN:

"runtime error: applying non-zero offset 4 to null pointer"
Memcheck reports an error in libunwind exception raising.
tests: add libunwind suppresion
…nto-stable-1.7

Merge stable-1.6 into stable-1.7
Copy link
Copy Markdown
Contributor

@igchor igchor left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: 0 of 10 files reviewed, all discussions resolved

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 6, 2021

Codecov Report

Merging #1129 (62d1716) into stable-1.8 (197dcda) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 62d1716 differs from pull request most recent head ffdd874. Consider uploading reports for the commit ffdd874 to get more accurate results
Impacted file tree graph

@@              Coverage Diff               @@
##           stable-1.8    #1129      +/-   ##
==============================================
+ Coverage       92.18%   92.19%   +0.01%     
==============================================
  Files              34       34              
  Lines            3658     3665       +7     
==============================================
+ Hits             3372     3379       +7     
  Misses            286      286              
Flag Coverage Δ
tests_clang_debug_cpp17 59.30% <0.00%> (-0.08%) ⬇️
tests_gcc_debug 94.40% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...nclude/libpmemobj++/detail/persistent_ptr_base.hpp 97.77% <ø> (ø)
...pmemobj++/container/detail/contiguous_iterator.hpp 100.00% <100.00%> (ø)
include/libpmemobj++/container/vector.hpp 88.11% <100.00%> (+0.14%) ⬆️
include/libpmemobj++/timed_mutex.hpp 50.00% <0.00%> (-1.17%) ⬇️
...ude/libpmemobj++/container/concurrent_hash_map.hpp 94.34% <0.00%> (+0.12%) ⬆️

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 197dcda...ffdd874. Read the comment docs.

@lukaszstolarczuk lukaszstolarczuk merged commit 31b402d into pmem:stable-1.8 Jul 6, 2021
@lukaszstolarczuk lukaszstolarczuk deleted the merge-stable-1.7-into-stable-1.8 branch July 6, 2021 13:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants