Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Allow customization of handling transient failures #1908

Merged
merged 1 commit into from Oct 5, 2020

Conversation

aravindanr
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Oct 2, 2020

Codecov Report

Merging #1908 into dev will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #1908      +/-   ##
============================================
- Coverage     65.06%   64.96%   -0.11%     
  Complexity     3895     3895              
============================================
  Files           301      301              
  Lines         18482    18483       +1     
  Branches       1684     1684              
============================================
- Hits          12026    12008      -18     
- Misses         5626     5645      +19     
  Partials        830      830              
Impacted Files Coverage Δ Complexity Δ
...ix/conductor/core/events/SimpleEventProcessor.java 69.11% <100.00%> (+0.22%) 27.00 <1.00> (+1.00)
...ductor/dao/cassandra/CassandraEventHandlerDAO.java 65.78% <0.00%> (-10.53%) 15.00% <0.00%> (ø%)
.../com/netflix/conductor/dao/mysql/MySQLBaseDAO.java 67.04% <0.00%> (-4.55%) 17.00% <0.00%> (-2.00%)
.../conductor/dao/cassandra/CassandraMetadataDAO.java 55.44% <0.00%> (-4.15%) 25.00% <0.00%> (ø%)
...e/execution/tasks/SystemTaskWorkerCoordinator.java 83.33% <0.00%> (+2.08%) 18.00% <0.00%> (+1.00%)

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 d6b5ca9...5fbaba7. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4629

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • 19 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.1%) to 69.491%

Files with Coverage Reduction New Missed Lines %
mysql-persistence/src/main/java/com/netflix/conductor/dao/mysql/MySQLBaseDAO.java 3 69.32%
cassandra-persistence/src/main/java/com/netflix/conductor/dao/cassandra/CassandraEventHandlerDAO.java 8 68.42%
cassandra-persistence/src/main/java/com/netflix/conductor/dao/cassandra/CassandraMetadataDAO.java 8 56.48%
Totals Coverage Status
Change from base Build 4599: -0.1%
Covered Lines: 12844
Relevant Lines: 18483

💛 - Coveralls

@aravindanr aravindanr merged commit d4c550f into dev Oct 5, 2020
@apanicker-nflx apanicker-nflx deleted the event_processor_extension branch November 24, 2020 23:57
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.

None yet

2 participants