lbryio / lbryio/lbry-sdk

Add sanity test during release

Open
#3,382 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: improvement
Dominant language
Python
Stars
7.2k
Forks
493
PR merge metrics
No merged PRs in 30d

Description

Validate that release process didn't break the binary. During release, test this on each OS:

  • Start sdk
  • Add an existing test wallet
  • Check that it has 1LBC in it (tests that wallet synced)
  • Download a file
  • Maybe check DHT?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the release process and the SDK entry point used during releases. Define how to run the check on each OS with an existing test wallet: start the SDK, verify the wallet has 1 LBC, and download a file; decide whether DHT validation is required. Done means the release sanity test runs across all supported operating systems and detects a broken binary.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
release, testing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.