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

Fix sanitizer test #2957

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Fix sanitizer test #2957

merged 1 commit into from
Feb 18, 2021

Conversation

svenklemm
Copy link
Member

The sanitizer test is running on PG11.1 where the cluster test is
expected to fail. This patch changes the sanitizer test to ignore
the test result of the cluster test.

The sanitizer test is running on PG11.1 where the cluster test is
expected to fail. This patch changes the sanitizer test to ignore
the test result of the cluster test.
@svenklemm svenklemm requested a review from a team as a code owner February 18, 2021 00:58
@svenklemm svenklemm requested review from pmwkaa, erimatnor, nikkhils, gayyappan and mkindahl and removed request for a team February 18, 2021 00:58
@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #2957 (ec8c554) into master (00b84d2) will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2957      +/-   ##
==========================================
+ Coverage   90.14%   90.26%   +0.12%     
==========================================
  Files         212      212              
  Lines       34799    34749      -50     
==========================================
- Hits        31368    31367       -1     
+ Misses       3431     3382      -49     
Impacted Files Coverage Δ
tsl/src/data_node_dispatch.c 97.02% <0.00%> (-0.25%) ⬇️
src/import/planner.c 70.30% <0.00%> (+11.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 00b84d2...ec8c554. Read the comment docs.

Copy link
Contributor

@mkindahl mkindahl left a comment

Choose a reason for hiding this comment

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

LGTM

@svenklemm svenklemm merged commit 39cb98b into timescale:master Feb 18, 2021
@svenklemm svenklemm mentioned this pull request Feb 18, 2021
@svenklemm svenklemm deleted the sanitizer_test branch April 18, 2021 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants