Sha256: 6f63d77cea1f1d7ea9cc17f0245411385ed7d2be576025ca05cf6fbe66e66bc1

Contents?: true

Size: 852 Bytes

Versions: 5

Compression:

Stored size: 852 Bytes

Contents

# Can be non deterministic if the system takes more than 2 second to kill all
# the processes. In such a case the summary is 66%.
---

Test The Pool Feature (pool.yml):
  strategy: Suite
  attributes:
    strategy: Pool
    attributes:
      strategy: Cmd
      command: sleep
      args: 2
    contents:
      - name: a
      - name: b
      - name: c
      - name: d
      - name: e
      - name: f
        args: 1
      - name: g
      - name: h
      - name: i
      - name: j
      - name: k
      - name: l
      - name: m
      - name: n
  contents:

    - I am suppose to PASS:
        timeout: 6

    - I am suppose to ABORT:
        timeout: 0.1
        weight: -1

    - I am suppose to ABORT but with some PASS:
        timeout: 1.9
        weight: -1

    - Zombie Verification Killall:
        strategy: KillAll
        regexp: !re sleep

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttk-0.1.576 test/ttk-minimal/pool.yml
ttk-0.2.1 test/pool-tests/pool.yml
ttk-0.1.580 test/ttk-minimal/pool.yml
ttk-0.1.579 test/ttk-minimal/pool.yml
ttk-0.2.0 test/pool-tests/pool.yml