Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Run tests concurrently

Abierto
#120 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
ruby
Área
testing

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
Ruby
Estrellas
51
Forks
42
Merge medio
1 h 27 min
PR fusionados (30 d)
1

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de testmycode/tmc-server

Todos los issues de testmycode/tmc-server

Issues similares

Más issues de Ruby

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.