Skip to content

journey test: pull in improvements from xkotlin#635

Merged
stkent merged 3 commits intomasterfrom
sync-journey-test-with-xkotlin
Jun 12, 2017
Merged

journey test: pull in improvements from xkotlin#635
stkent merged 3 commits intomasterfrom
sync-journey-test-with-xkotlin

Conversation

@stkent
Copy link
Copy Markdown
Contributor

@stkent stkent commented Jun 11, 2017

Updates the journey test file with improvements from xkotlin (mostly this involves defining configuration variables per-track up front, then reusing those variables throughout the script instead of hard-coding the track/repo name). I'll open up a similar PR in xkotlin shortly that applies these updates over there too!


Reviewer Resources:

Track Policies

@stkent stkent force-pushed the sync-journey-test-with-xkotlin branch from 664c340 to 983e72c Compare June 11, 2017 23:12
for testfile in `find . -name "*Test.java"`; do
sed 's/@Ignore\(.*\)//' ${testfile} > "${tempfile}" && mv "${tempfile}" "${testfile}"
for testfile in `find . -name "*Test.${TRACK_SRC_EXT}"`; do
sed 's/@Ignore(\(.*\))?//' ${testfile} > "${tempfile}" && mv "${tempfile}" "${testfile}"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change I needed to make to actual functionality, because Kotlin does supply messages with ignore statements (I tried; it failed strangely; I haven't investigated further yet).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still not fixed despite appearances.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, good now!

@stkent stkent force-pushed the sync-journey-test-with-xkotlin branch from 983e72c to 5dab949 Compare June 12, 2017 00:09
@stkent stkent force-pushed the sync-journey-test-with-xkotlin branch from 5dab949 to f5ddc70 Compare June 12, 2017 00:28
Copy link
Copy Markdown
Contributor

@FridaTveit FridaTveit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @stkent! :)

@stkent stkent merged commit 60bf469 into master Jun 12, 2017
@stkent stkent deleted the sync-journey-test-with-xkotlin branch June 12, 2017 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants