bobbydavid's profile - activity

2018-09-22 19:32:20 -0500 received badge Notable Question (source)
2018-09-22 19:32:20 -0500 received badge Popular Question (source)
2013-05-23 15:11:03 -0500 received badge Scholar ( source )
2013-05-23 15:01:42 -0500 received badge Famous Question (source)
2013-05-13 17:13:08 -0500 commented question Why are the tests not passing in my Askbot installation on MySQL?

@Evgeny Still haven't heard anything about these tests. Are you removing support for MySQL? If so, it would be helpful to update the documentation. Otherwise, can we fix the broken tests? Thanks.

2013-05-08 16:28:33 -0500 commented question Why are the tests not passing in my Askbot installation on MySQL?

@Evgeny I didn't get any response from support@askbot.com -- have you had a chance to take a look at this?

2013-04-24 08:29:22 -0500 commented answer Why so many open pull requests?

Here is one reasonable course of action: unless a pull request is fresh and usable, reject it with a message to the contributer saying "sorry i am rejecting because of overload, if this is still a valid contribution, please update and re-submit"

2013-04-24 08:27:44 -0500 received badge Supporter ( source )
2013-04-24 08:27:15 -0500 commented question Why are the tests not passing in my Askbot installation on MySQL?

Instead of emailing, I'll just post it here: In the error tracebacks, the errors are: DatabaseError: (1054, "Unknown column 'askbot_replyaddress.reply_action' in 'field list'").

2013-04-23 18:09:21 -0500 commented answer Why are the tests not passing in my Askbot installation on MySQL?

Updated question after adding that line. Still errors... :(

2013-04-23 18:08:57 -0500 received badge Editor (source)
2013-04-23 13:43:47 -0500 received badge Student (source)
2013-04-23 10:19:42 -0500 asked a question Why are the tests not passing in my Askbot installation on MySQL?

Here is what I did.

$ git clone https://github.com/ASKBOT/askbot-devel.git askbot-devel
$ cd askbot-devel
$ sudo python setup.py develop
$ ... (here create a DB in mysql)
$ askbot-setup
  - chose current directory.
  - entered working DB info.
$ python manage.py syncdb
$ python manage.py migrate
$ python manage.py test askbot
(some messages)
.......EEE....................................ssss.E.........E...E.........E..E.........E..E..........E...E.........E..E.........E...E.............EEEEEEEEEEEEEE.................EEEEEE.............................................................EEEE..EE.......................E........................E.........E..E.........E..E..........E..E.E.E.EE.................
Ran 610 tests in 511.977s
FAILED (errors=80, skipped=4)

UPDATE: Evgeny correctly pointed out that some errors could be avoided by setting COMPRESS_PARSER = 'compressor.parser.HtmlParser' in settings.py. After doing that, I still got errors, but fewer:

$ python manage.py test askbot
(some messages)
.........................................................E.........E..E.........E.......................E.......E...E.E.....E............E.................................................................E.........E............EE.....................................ssss.E.........E...E.........E..E.........E..E..........E...E.........E..E.........E...E.....E.........................E...
Ran 610 tests in 494.058s
FAILED (failures=1, errors=42, skipped=4)

So now only 42 errors and 1 failure. Still, there seem to be issues?

UPDATE 2: Tests (mostly) fixed by some patches. Pull request submitted.

2013-04-22 16:52:20 -0500 commented answer Why so many open pull requests?

I would also like to contribute, and I'm running into a similar problem. Please consider setting some time aside to "clean house" on the pull requests?

2013-04-15 17:10:38 -0500 commented question Deploying to App Engine with Cloud SQL

I am interested in this as well. jedc, did you ever make any progress? Evgeny, have you given this a second look at all? If I was going to undertake this project, could you provide me a bit of support?