-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add scheduled data status cli output test #2125
Conversation
465e568
to
4625502
Compare
4625502
to
a4fd1a2
Compare
@@ -91,8 +90,7 @@ export class RepositoryData extends DeferredDisposable { | |||
const dataStatus = | |||
await this.internalCommands.executeCommand<DataStatusOutput>( | |||
AvailableCommands.DATA_STATUS, | |||
this.dvcRoot, | |||
Flag.UNCHANGED |
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.
[F] This was here because I was going to try and call for a full or partial update based on the path that fired the watcher. However, with the new data, it will require a more extensive rewrite to make this more efficient. Luckily the test caught the oversight.
'status', | ||
'--with-dirs', | ||
'--granular', | ||
'--unchanged', |
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.
2/2
main
<- #2091 <- thisAs promised here.
This PR adds a test to the daily CLI output test suite that runs against the
main
branch of DVC.