Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Run tests concurrently

Aperta
#120 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
ruby
Ambito
testing

Direzione di ricerca

Start by mapping the test sandbox server, test databases, temporary directories, comet servers, and RSpec execution mentioned in the issue. Determine how concurrent workers could isolate each resource and how tests would be distributed. Done means the suite runs concurrently without resource collisions and the existing tests remain reliable.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement important tricky

The test suite is extraordinarily slow. Make it possible to run tests concurrently.

One way might be to use Vagrant to clone multiple dev VMs and have some test parallellizing solution distribute the tests to the VMs. One downside is that those with virtualized development environments (i.e. the mac hippies) may have trouble running Vagrant because that would imply nested virtualization.

Without Vagrant or similar, at least the following must be considered:

  • Enabling multiple sandboxes in the test sandbox server, or some other solution.
  • Having multiple test databases.
  • Having multiple test temp dirs.
  • Having multiple comet servers.
  • Finding a way to run rspec specs in parallel.

Work estimate: 1 week.

Lingua principale
Ruby
Stelle
51
Fork
42
Merge medio
1h 27m
PR unite (30g)
1

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di testmycode/tmc-server

Tutte le issue di testmycode/tmc-server

Issue simili

Altre issue su Ruby

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.