Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$this->request->type confusion in Controller::_init #356

Merged
merged 1 commit into from
Feb 24, 2012

Conversation

rmarscher
Copy link
Contributor

Retry of #354, this time against the dev branch and without the typo. Not sure how I managed to push a version that didn't pass tests. My only thought is that I deleted my branch and recreated it and introduced a typo when I did that... pretty weak excuse.

Anyway, this passes all tests on my machine.

… a param named 'type' in the request object and not a mistyped instance var or method
nateabele added a commit that referenced this pull request Feb 24, 2012
$this->request->type confusion in Controller::_init
@nateabele nateabele merged commit 2accc0e into UnionOfRAD:dev Feb 24, 2012
@nateabele
Copy link
Member

No worries, this is why we have version control. ;-)

@nateabele
Copy link
Member

Okay, so, that's bizarre: http://travis-ci.org/#!/UnionOfRAD/lithium/jobs/731476

I'm gonna assume that the Memcache stuff is a fluke and unrelated, but it looks like those same tests are failing. I'll pull it down later and see if it works for me locally.

@rmarscher
Copy link
Contributor Author

Those look like the fails that happen if there is no Memcache server running. I can reproduce by turning it off on my local.

@daschl
Copy link
Contributor

daschl commented Feb 24, 2012

Look closely and you can see that the 5.4 build is successfully running. Maybe there was an issue with the memcached server when the 5.3 tests were running? this looks completely unrelated to me. Let's wait for the next commit and see what happens.

@mehlah
Copy link
Contributor

mehlah commented Feb 24, 2012

You can trigger a build manually by clicking on "test hook" in the admin section of the repo (on Github)

@nateabele
Copy link
Member

That's what I did, and that's what caused it to fail.

@nateabele
Copy link
Member

Okay, this was totally my bad. There was another commit on dev that was causing tests to fail, and I guess the memcache thing was just a temporary glitch in Travis. Anyway, I cherry-picked onto master. Sorry for all the trouble.

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.

4 participants