Sha256: dae79a13c09041e24007bc94d05a63c102931b481637deca0d3872465df561ca

Contents?: true

Size: 282 Bytes

Versions: 105

Compression:

Stored size: 282 Bytes

Contents

#!/bin/bash

# Runs integration specs in an endless loop
# This allows us to ensure (after long enough time) that the integrations test suit is stable and
# that there are no anomalies when running it for a long period of time

set -e

while :
do
  clear
  bin/integrations $1
done

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
karafka-2.0.0.rc5 bin/stress_many
karafka-2.0.0.rc4 bin/stress_many
karafka-2.0.0.rc3 bin/stress_many
karafka-2.0.0.rc2 bin/stress_many
karafka-2.0.0.rc1 bin/stress_many