Skip to content

Commit

Permalink
Issue #286: dont't fail tests because of github rate limiting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 18, 2014
1 parent a2508fa commit 263fe52
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ testGithubRepositoryPatternMatchingA
Transcript
cr;
show: 'testGithubRepositoryPatternMatchingA: ' , ex description.
ex pass ]
(ex description includesSubstring: 'API rate limit exceeded')
ifFalse: [
"don't fail test because github rate limit exceeded"
ex pass ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ testGithubRepositoryPatternMatchingE
Transcript
cr;
show: 'testGithubRepositoryPatternMatchingE: ' , ex description.
ex pass ]
(ex description includesSubstring: 'API rate limit exceeded')
ifFalse: [
"don't fail test because github rate limit exceeded"
ex pass ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"testBitbucketRepositoryPatternMatchingC" : "dkh 10/14/2014 15:23",
"testBitbucketRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39",
"testGitHubJSONParse" : "dkh 10/14/2014 15:24",
"testGithubRepositoryPatternMatchingA" : "dkh 10/15/2014 17:12",
"testGithubRepositoryPatternMatchingA" : "dkh 10/18/2014 08:21",
"testGithubRepositoryPatternMatchingB" : "dkh 10/14/2014 15:23",
"testGithubRepositoryPatternMatchingC" : "dkh 10/14/2014 15:23",
"testGithubRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39",
"testGithubRepositoryPatternMatchingE" : "dkh 10/15/2014 17:12",
"testGithubRepositoryPatternMatchingE" : "dkh 10/18/2014 08:21",
"testUrlParsingA" : "dkh 10/13/2014 13:17",
"testUrlParsingB" : "dkh 10/13/2014 15:28",
"testUrlParsingIssue234" : "dkh 10/13/2014 13:13",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ bea35be90ab1ba0be80af4f4275fccbfc071a74f - v2.2.0-gs
Transcript
cr;
show: 'testGitHubTagPatternLoad1: ' , ex description.
ex pass ]
(ex description includesSubstring: 'API rate limit exceeded')
ifFalse: [
"don't fail test because github rate limit exceeded"
ex pass ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ bea35be90ab1ba0be80af4f4275fccbfc071a74f - v2.2.0-gs
Transcript
cr;
show: 'testGitHubTagPatternLoad2: ' , ex description.
ex pass ]
(ex description includesSubstring: 'API rate limit exceeded')
ifFalse: [
"don't fail test because github rate limit exceeded"
ex pass ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ bea35be90ab1ba0be80af4f4275fccbfc071a74f - v2.2.0-gs
Transcript
cr;
show: 'testGitHubTagPatternLoad2B: ' , ex description.
ex pass ]
(ex description includesSubstring: 'API rate limit exceeded')
ifFalse: [
"don't fail test because github rate limit exceeded"
ex pass ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ bea35be90ab1ba0be80af4f4275fccbfc071a74f - v2.2.0-gs
Transcript
cr;
show: 'testGitHubTagPatternLoad3: ' , ex description.
ex pass ]
(ex description includesSubstring: 'API rate limit exceeded')
ifFalse: [
"don't fail test because github rate limit exceeded"
ex pass ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"testFileTreeLoadMarianosImage1" : "dkh 6/22/2012 17:53",
"testFileTreeLoadMarianosImage2" : "dkh 6/22/2012 17:54",
"testGitHubLoad1" : "dkh 6/15/2012 05:18",
"testGitHubTagPatternLoad1" : "dkh 10/16/2014 22:12",
"testGitHubTagPatternLoad2" : "dkh 10/15/2014 17:10",
"testGitHubTagPatternLoad2B" : "dkh 10/15/2014 17:10",
"testGitHubTagPatternLoad3" : "dkh 10/15/2014 17:10",
"testGitHubTagPatternLoad1" : "dkh 10/18/2014 08:21",
"testGitHubTagPatternLoad2" : "dkh 10/18/2014 08:22",
"testGitHubTagPatternLoad2B" : "dkh 10/18/2014 08:22",
"testGitHubTagPatternLoad3" : "dkh 10/18/2014 08:22",
"testGithubRefBaselineLoad1" : "dkh 6/15/2012 05:20",
"testGithubRefBaselineLoad2" : "dkh 6/15/2012 05:21",
"testGithubRefBaselineLoad3" : "dkh 6/15/2012 05:22",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 263fe52

Please sign in to comment.