Rick Winfrey
5aebd2006a
Rework loading of env vars
2017-03-28 09:41:16 -07:00
Rick Winfrey
0e406f57d3
Use traverse_ with uncurry to setEnv in specs
2017-03-27 15:55:43 -07:00
Rick Winfrey
eaa5873ed7
Merge branch 'master' into gitmon-support
2017-03-27 15:38:18 -07:00
Rick Winfrey
df8d777b82
escape "{" and "}"
2017-03-23 17:33:17 -07:00
Rick Winfrey
a71389e6e1
Remove unnecessary import
2017-03-23 17:08:21 -07:00
Rick Winfrey
3b8553f912
Trying to surface error
2017-03-23 17:05:57 -07:00
Rick Winfrey
f60f90045d
Remove "\n"
2017-03-23 16:12:11 -07:00
Rob Rix
1ab51de582
Update the failing test’s fixture.
...
I’m pretty sure this is due to us producing a different shortest edit script than the old implementation (but still a correct one, and a shortest one—just a different correct/shortest one), and that in turn causing RWS to make different choices.
2017-03-23 14:21:09 -04:00
Rob Rix
a13c7f009f
Correct the type annotations in the tests.
2017-03-23 14:14:03 -04:00
Rob Rix
759b5515f9
ses is the main entry point.
2017-03-23 13:28:40 -04:00
Rob Rix
77a58106d5
Merge remote-tracking branch 'origin/master' into myers-algorithm-in-proof-refinement-style
2017-03-23 10:58:19 -04:00
Rob Rix
41928ba594
Read the edit graph from the environment instead of passing it around.
2017-03-23 10:44:24 -04:00
Rob Rix
ce5af997c9
Test that our implementation of Myers’ algorithm is lossless.
2017-03-22 17:26:05 -04:00
Rob Rix
ec2c0c703c
Renae the disjoint input test.
2017-03-22 17:20:37 -04:00
Rob Rix
210ac2b0b0
Test that the edit distance is respected.
2017-03-22 15:38:57 -04:00
Rick Winfrey
e5e2f948bd
Restructure reader tests and make tests more readable
2017-03-21 14:49:24 -07:00
Rick Winfrey
9cf176a37d
GitmonClient spec should not run in parallel
2017-03-21 14:48:47 -07:00
Rick Winfrey
773e808bdb
Add invalid prefix with valid integer value test
2017-03-21 10:35:22 -07:00
Rick Winfrey
3e9d7f26bb
Add valid prefix and mixed value with valid integer id followed by string
2017-03-21 10:35:03 -07:00
Rick Winfrey
aa50b85c24
Add valid prefix and mixed value with string before a valid integer id
2017-03-21 10:34:33 -07:00
Rick Winfrey
c2894e8a6d
Add valid prefix, invalid string value test for user_id and repo_id
...
— Unfortunately, there are race conditions causing failures when
setting and reading environment variables in individual HSpec tests.
Despite removing `parallel` from the way these tests are run, I
continued to see races causing intermittent failures. This is an
unfortunate hack to combine invalid data tests within a single test
that enforces procedural order of setting and reading environment
variables without racing.
2017-03-21 10:33:37 -07:00
Rick Winfrey
4e653a1c9e
📝 purpose of sending "continue" to socket server
2017-03-21 10:31:14 -07:00
Rick Winfrey
d737ca4018
Expect userID and repoID to be sent to Gitmon
2017-03-20 18:09:59 -07:00
Rick Winfrey
16555c54b3
Merge branch 'master' into gitmon-support
2017-03-20 17:03:48 -07:00
Rob Rix
2556e0f1e1
Test that comparisons of the empty list against a list returns all values in That.
2017-03-20 11:32:03 -04:00
Rob Rix
2f86a8d374
Test that comparisons of a list against the empty list returns all values in This.
2017-03-20 11:31:06 -04:00
Rob Rix
67ddbae36c
Test that equal lists are returned in These.
2017-03-20 11:29:16 -04:00
Rob Rix
093f3b9508
Stub in a spec for Myers’ algorithm.
2017-03-20 11:25:58 -04:00
joshvera
bcb85a3336
Tabs to spaces
2017-03-17 12:52:41 -04:00
joshvera
e44e884b98
Add class properties
2017-03-16 17:18:49 -04:00
joshvera
643d289bf0
Add tests for assignment-pattern
2017-03-16 16:47:14 -04:00
joshvera
129da112b3
Map yield expression, lexical declaration and assignment pattern
2017-03-16 16:36:19 -04:00
Timothy Clem
652be339c6
Rework diffing for max parallelization
2017-03-13 16:46:52 -07:00
Rick Winfrey
f21610d038
Merge branch 'master' into gitmon-support
2017-03-09 13:53:13 -08:00
Timothy Clem
68d1f1cd97
Fix up tests to use ByteString too
2017-03-08 13:56:08 -08:00
Rick Winfrey
6dc35dc455
Update gitmon fail status spec
2017-03-08 11:10:57 -08:00
Rick Winfrey
165dfcae04
Merge branch 'gitmon-support' into gitmon-support-with-socket
2017-03-07 10:36:43 -08:00
Rick Winfrey
bf2ed8a32a
Remove user_id
2017-03-07 10:33:18 -08:00
Timothy Clem
bf48e443f4
Swap over to new reportGitmon and update tests to match
2017-03-07 08:46:44 -08:00
Rick Winfrey
87014ed03a
We don't need to track repo id
2017-03-06 11:09:24 -08:00
Timothy Clem
32809f158a
Merge remote-tracking branch 'origin/master' into gitmon-support
2017-03-06 07:32:05 -08:00
Timothy Clem
bffb9a1a58
Make em all parallel!
2017-03-02 14:19:32 -08:00
Timothy Clem
b6be58f15f
Handle schedule command response
2017-03-02 13:16:38 -08:00
Timothy Clem
ef9e7705c8
Use bracket to always cleanup socket pairs in specs
2017-03-02 10:22:22 -08:00
Rick Winfrey
4e9a00b5d7
🔥 redundant import
2017-03-01 17:37:54 -08:00
Rick Winfrey
aab16223af
Close socket resources
2017-03-01 17:25:17 -08:00
Rick Winfrey
4e18d03b5b
Clean up let
2017-03-01 17:25:03 -08:00
Rick Winfrey
80ceb1940e
Add spec verifying git operation succeeds if the gitmon socket is not available
2017-03-01 17:24:43 -08:00
Rick Winfrey
42b96851fa
🔥 redundant imports and out of data field functions
2017-03-01 16:57:32 -08:00
Rick Winfrey
b0c6c9f8fc
Add spec verifying JSON parsing of ProcessData constructors matches expected values
2017-03-01 16:53:13 -08:00