Skip to content
  • John Zhang's avatar
    fix: DayTrader GitLab CI problem (Issue #16) · 006ac6ca
    John Zhang authored
    The problem was because Geronimo server wants to read from stdin.
    GitLab runner doesn't provide stdin, so it just reads an EOF and quits.
    This is why GBeans is not running.
    Thus the solution is to keep stdin open for the duration of the benchmark.
    Setting a time out (120 seconds) with `sleep` command seems to work.
    NOTE: this value may need to be modified on slower machines.
    006ac6ca
Validating GitLab CI configuration… Learn more