Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Fetch Test Rubric

Alexis edited this page Oct 29, 2020 · 10 revisions

Docker Based Setup

https://github.com/EFForg/https-everywhere-full-fetch-test

git clone https://github.com/EFForg/https-everywhere-full-fetch-test.git

sudo docker build -t httpse-fetch .

To log into container while process is running: docker exec -it <containerid> /bin/bash

Recent Tests

Before Each Run

After Test Processing

  • git checkout -b patch

  • git format-patch master --stdout > /patch/diff.patch

Use SplitPatch to parse each patch individually if needed https://github.com/benjsc/splitpatch sudo apt-get install splitpatch

  1. scp Patch File from server
  2. Apply patch file to patch branch locally

git apply --check patch

git apply patch

  1. Amend test coverage and lingering ruleset reference