Skip to content

Conversation

@fuyufjh
Copy link
Collaborator

@fuyufjh fuyufjh commented Feb 14, 2022

What's changed and what's your intention?

This is expected because Kafka guarantees at-least-once delivery by default. It would be fixed after our low-level Kafka source merged.

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

closes #290

@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #298 (fb6db40) into main (8976971) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #298      +/-   ##
============================================
- Coverage     74.33%   74.33%   -0.01%     
  Complexity     2665     2665              
============================================
  Files           854      854              
  Lines         48189    48189              
  Branches       1586     1586              
============================================
- Hits          35822    35821       -1     
- Misses        11555    11556       +1     
  Partials        812      812              
Flag Coverage Δ
java 61.93% <ø> (ø)
rust 79.69% <ø> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
rust/meta/src/hummock/compaction.rs 63.69% <0.00%> (-0.69%) ⬇️

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 8976971...fb6db40. Read the comment docs.

@fuyufjh fuyufjh requested review from shanicky and skyzh February 14, 2022 09:45
@fuyufjh fuyufjh force-pushed the eric/fix-source-ci-fail-2 branch from ab270d3 to a632317 Compare February 14, 2022 09:46
@fuyufjh fuyufjh marked this pull request as ready for review February 14, 2022 09:46
@fuyufjh fuyufjh changed the title [WIP] try reproduce source e2e test failure fix: ignore the failed case in source e2e test Feb 14, 2022
@github-actions github-actions bot added the type/fix Type: Bug fix. Only for pull requests. label Feb 14, 2022
Copy link
Contributor

@shanicky shanicky left a comment

Choose a reason for hiding this comment

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

LGTM

@fuyufjh fuyufjh merged commit 1e09917 into main Feb 14, 2022
@fuyufjh fuyufjh deleted the eric/fix-source-ci-fail-2 branch February 14, 2022 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/fix Type: Bug fix. Only for pull requests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

re-enable source e2e tests

4 participants