Logan Stucki
eabcc1fa6d
Test all exercises modified
9 lat temu
Logan Stucki
02ea23fa2d
tempfile variable added to journey-test for single exercise solve
9 lat temu
Logan Stucki
12e53383fb
Travis build will only test against one exercise that's been modified
9 lat temu
Stuart Kent
677feecb03
Move script parity comment into scripts README
9 lat temu
Logan Stucki
bb2c32f7b3
Cross platform solution to getting amount of cpu cores
9 lat temu
Logan Stucki
8b20844820
Remove --configure-on-demand and --parallel where they don't do much
9 lat temu
Logan Stucki
059eecaab4
Download all the stuff we need in parallel on the journey test
9 lat temu
Logan Stucki
5c183328bb
Attempt to optimize build
Run unit test and journey test on seperate nodes
Gradle uses --configure-on-demand and --parallel where it wasn't present
Bundle install uses -j4
9 lat temu
Stuart Kent
d47ed7c6ab
journey test: fix for trackler submodule rename
https://github.com/exercism/trackler/commit/69e055ad52b3f8d19da95b6ab0593678b8ee1bb4
9 lat temu
Stuart Kent
c98125617e
journey-test: xjava -> java
9 lat temu
Stuart Kent
b237ad32f1
Add cross-referencing comments r.e. stripping ignores
9 lat temu
Stuart Kent
f6702f9b0a
journey test: fix comment typo
9 lat temu
Stuart Kent
f5ddc70fed
journey test: fix not unignoring tests with ignore comments
Reference: https://stackoverflow.com/a/11651184/2911458
9 lat temu
Stuart Kent
f28dae0cb5
journey test: pull in improvements from xkotlin
9 lat temu
Stuart Kent
af9584e39a
Use Gradle wrapper for CI jobs
9 lat temu
Frida Johanne Tveit
c174f86ac7
Change journey test to allow Ignore annotations to have hints
9 lat temu
John S. Ryan
f413146adc
Base patched Trackler gem off actual version tag.
- was: hand-rolling a version of Trackler based of master and then
applying changes from the PR/commit/local change to that trackler gem.
- now: using the exact tagged version of Trackler as the basis for the
hand-rolled gem.
This fixes the issue where a change make to Trackler's master is
incompatible with the current version of x-api. In short, we were
building the Trackler gem wrong.
9 lat temu
Stuart Kent
2110550ec9
Ensure that tests compile as-is before stripping annotations (#408 )
+ bookstore: add missing import statement in tests
9 lat temu
Frida Tveit
edf9f27209
Update journey-test so that it can run on windows 10
9 lat temu
Frida Tveit
213824054f
Issue #154 : made bin/journey-test.sh iterate over exercises instead of problems.
9 lat temu
John S. Ryan
68684542b4
Ensure journey test versions trackler as X-API expects.
9 lat temu
John S. Ryan
c85d0a34e2
(refactor) Cleanup Journey Test script.
10 lat temu
John S. Ryan
993fbd035d
Do bundle install before building trackler.
10 lat temu
John S. Ryan
2a5cd84f8d
Update journey test to build trackler.
Track data has been factored into a separate gem: trackler. The build
was breaking.
(see also exercism/x-api#141)
10 lat temu
John S. Ryan
35adc66f37
Mark all but first test @Ignore in all exercises
- in journey test, remove @Ignores so that test runs exercise all tests.
- increase the verbosity of test logging to aide in seeing progress as
tests are un@Ignored and solved.
- saving scripts used to make changes to all exercises. These are the
start of a library of scripts making such changes easier.
- make Gradle output more CI-friendly.
10 lat temu
John S. Ryan
2b9ab89336
Merge journey test scripts into one.
10 lat temu