Skip to content

dvc status regression after 0.30 release #1680

@mflis

Description

@mflis

Please provide information about your setup
Platform: Arch linux
Method of installation: pip
Python version: 3.6.8

After upgrade to 0.3.0 all my files show changed checksum at dvc status. As a sanity check I chose one file created via dvc add(by one of earlier versions of dvc), checked outs with md5sum and it matches checksum in file.

Example dvc file:

md5: fc2ea87b490d2f382601c489822a1e96
outs:
- cache: true
  md5: 068b1464866e460e58ce216cd82dcf9b
  metric: false
  path: plwiki-latest-pages-articles.xml

Series of outputs with different versions.

 pip install dvc==0.28

dvc --version
0.28.0

dvc status plwiki-latest-pages-articles.xml.dvc
Pipeline is up to date. Nothing to reproduce.
pip install dvc==0.30

dvc --version
0.29.0+220b4b.mod

dvc status plwiki-latest-pages-articles.xml.dvc
plwiki-latest-pages-articles.xml.dvc:
	changed checksum
pip install git+git://github.com/iterative/dvc

dvc --version
0.30.0+9175c4
dvc status plwiki-latest-pages-articles.xml.dvc
plwiki-latest-pages-articles.xml.dvc:
	changed checksum

Metadata

Metadata

Assignees

Labels

bugDid we break something?

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions