Skip to content
Snippets Groups Projects

_sandboxremote.py: Remove unnecessary tests.

Merged Jim MacArthur requested to merge jmac/no-verify-digests into master

Description

Fixes #786 (closed).

The calls to verify_digest_pushed in SandboxRemote's methods run_remote_command and run do not do anything useful. push_message and push_directory will both raise assertion failures if they fail to send the digest to the server. Checking the digest returned by each only tests that the content was hashed locally, which cannot reasonably fail.

Changes proposed in this merge request:

  • Remove calls to verify_digest_pushed in SandboxRemote

This merge request, when approved, will close: #786 (closed)


Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading