Sha256: 22cdf16638626961d93536ffdc4ef7a5c977656181bb480e410412f3ac02bfd6

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

#FIXME: When executing this test suite via the students-suite it never ends and
#       use 100% of cpu. If you execute it alone is quite fast.
---

Test students tarball (pool_stud.yml): !S::Pool

  # FIXME remove this assertion when the load will be mutexed.
#  pre_assertion: |
    # Uttk::Strategies::Checkout.name
#    false
    # This test doesn't work for the moment

  symbols:
    dir: <<pwd>>/../../fixtures/ball
  attributes: !S::Package
    skip_steps: [ check, distcheck, install ]
    test:
      test the student exit command: !S::Suite
        attributes: !S::Cmd
          command: "./exit"
          timeout: 2
          dir: <<extract_dir>>
        contents:
          - test with 0:  { args: 0,  exit: 0  }
          - test with 42: { args: 42, exit: 42 }
          - test with 3:  { args: 3,  exit: 3  }
  contents:
    - joe:  { url: file://<<dir>>/joe-exit.tar.bz2,  weight: 3 }
    - john: { url: file://<<dir>>/john-exit.tar.bz2, weight: 2 }
    - jack: { url: file://<<dir>>/jack-exit.tar.bz2, weight: 1 }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.1.2 test/examples/students/pool_stud.yml
uttk-0.3.6.1 test/examples/students/pool_stud.yml
uttk-0.3.5.0 test/examples/students/pool_stud.yml
uttk-0.4.5.0 test/examples/students/pool_stud.yml
uttk-0.4.6.1 test/examples/students/pool_stud.yml
uttk-0.4.6.2 test/examples/students/pool_stud.yml