Skip to content

Instantly share code, notes, and snippets.

@JJGO
JJGO / dstest
Last active March 21, 2024 18:10
Utility for running MIT 6.824 lab test in parallel and saving failed logs
#!/usr/bin/env python
import itertools
import math
import signal
import subprocess
import tempfile
import shutil
import time
import os