Skip to content

Conversation

@karajan1001
Copy link
Contributor

fix: #8615

  1. This is because, at the end of the tasks, the temp running directly will be deleted

  2. Only fetch result during running (not during the result collection)

  3. Bump into scmrepo 0.1.4 in which we wrapped KeyError into SCMError.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

@karajan1001 karajan1001 added A: experiments Related to dvc exp bugfix fixes bug labels Nov 29, 2022
@karajan1001 karajan1001 requested a review from pmrowla November 29, 2022 02:44
@karajan1001 karajan1001 self-assigned this Nov 29, 2022
@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Base: 94.17% // Head: 94.17% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (220de15) compared to base (6a9fbaf).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8640      +/-   ##
==========================================
- Coverage   94.17%   94.17%   -0.01%     
==========================================
  Files         435      435              
  Lines       33298    33298              
  Branches     4677     4677              
==========================================
- Hits        31358    31357       -1     
- Misses       1512     1513       +1     
  Partials      428      428              
Impacted Files Coverage Δ
dvc/repo/experiments/queue/utils.py 82.92% <0.00%> (ø)
dvc/proc/manager.py 74.73% <0.00%> (-1.06%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@karajan1001 karajan1001 enabled auto-merge (rebase) November 29, 2022 07:09
fix: treeverse#8615
1. This is because, at the end of the tasks,
the temp running directly will be deleted

1. Only fetch result during running (not during the result collection)
2. Bump into scmrepo 0.1.4 in which we wrapped `KeyError` into
   `SCMError`.
@karajan1001 karajan1001 merged commit 3ba6b1f into treeverse:main Nov 29, 2022
@karajan1001 karajan1001 deleted the fix8615 branch November 29, 2022 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A: experiments Related to dvc exp bugfix fixes bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unexpected error at the end of the queued tasks running.

2 participants