Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

aruha-1636: unlimited retention time by Nakadi admin #871

Merged
merged 3 commits into from
May 8, 2018
Merged

Conversation

adyach
Copy link
Member

@adyach adyach commented May 4, 2018

One-line summary

Zalando ticket : aruha-1636 (only if appropriate)

Description

Allow Nakadi admin set unlimited retention time

@codecov-io
Copy link

codecov-io commented May 4, 2018

Codecov Report

Merging #871 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #871   +/-   ##
=========================================
  Coverage     53.42%   53.42%           
  Complexity     1695     1695           
=========================================
  Files           309      310    +1     
  Lines          9398     9398           
  Branches        845      845           
=========================================
  Hits           5021     5021           
  Misses         4077     4077           
  Partials        300      300
Impacted Files Coverage Δ Complexity Δ
...ava/org/zalando/nakadi/config/ValidatorConfig.java 100% <ø> (ø) 3 <0> (ø) ⬇️
.../java/org/zalando/nakadi/service/AdminService.java 54.16% <ø> (ø) 15 <0> (ø) ⬇️
...zalando/nakadi/controller/EventTypeController.java 85.96% <100%> (-0.25%) 22 <1> (+1)
.../service/validation/EventTypeOptionsValidator.java 100% <100%> (ø) 6 <6> (?)
...s/runtime/EventTypeOptionsValidationException.java 100% <100%> (ø) 1 <1> (?)
...a/org/zalando/nakadi/service/EventTypeService.java 76.92% <100%> (+0.5%) 45 <1> (+1) ⬆️

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 1446829...1282961. Read the comment docs.


Mockito.verify(mockedErrors, Mockito.times(0)).rejectValue(Matchers.any(), Matchers.any(),
Matchers.any());
validator.checkRetentionTime(eventTypeOptions);
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this test testing? Maybe just remove it completely?

Copy link
Member Author

Choose a reason for hiding this comment

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

@rcillo
Copy link
Contributor

rcillo commented May 4, 2018

👍

@adyach
Copy link
Member Author

adyach commented May 4, 2018

deploy validation please

2 similar comments
@adyach
Copy link
Member Author

adyach commented May 4, 2018

deploy validation please

@adyach
Copy link
Member Author

adyach commented May 4, 2018

deploy validation please

@adyach
Copy link
Member Author

adyach commented May 8, 2018

👍

@adyach adyach merged commit 6d4849e into master May 8, 2018
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.

3 participants