-
Notifications
You must be signed in to change notification settings - Fork 231
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
make registered repository sync frequency configurable #4076
Conversation
9824d51
to
1a9d151
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks. Two things:
- Sign the DCA
- Change it to a time.Duration and allow the config to be passed in as a duration
And add some tests... |
fd50941
to
7650f6f
Compare
Did the required changes (Signed DCA and passed the config as time.Duration). Can you please point me to where the required tests should be written? I am not able to find the test setup where I can embed tests related to this change. |
7650f6f
to
8aaf56e
Compare
Resolved the comments. |
Signed-off-by: himanshuchahar <[email protected]>
8aaf56e
to
556b613
Compare
I have fixed the unit test (license was required at the start of newly added file). I dont know why e2e tests are failing. They also failed for some of the previous PRs. |
No description provided.