Hi,

Christian Hammond told me I should post this here... Hope it's ok.
I did test the problem below with the easy_install version and with
the svn trunk checkout!

kind regards,

Jochen Maes





On Thu, Feb 12, 2009 at 22:59, Jochen Maes <jochen.m...@gmail.com> wrote:
> All,
>
> I installed reviewboard on my server. The scmtool is git.
> When uploading a patch like this:
>
> diff --git a/test/test_shell.py b/test/test_shell.py
> index 868cb6b..7ba0cb2 100644
> --- a/test/test_shell.py
> +++ b/test/test_shell.py
> @@ -32,7 +32,10 @@
>  # OF THE POSSIBILITY OF SUCH DAMAGE.
>  #
>  # </License>
> -
> +
> +# bleh test
> +
> +
>  from pymonkey import PymonkeyTestCase
>
>  class TestShell(PymonkeyTestCase):
> @@ -52,4 +55,4 @@ class TestShell(PymonkeyTestCase):
>         from pymonkey.Shell import Shell
>
>         s = Shell(debug=False, ns=ns)
> -        s(dummy=True)
> \ No newline at end of file
> +        s(dummy=True)
>
> the create new review page is reloaded (not redirected to the page
> where i can fill in the summary etc)
>
> when i take the git version of that patch (git show after commit):
> Author: Jochen Maes <jochen.m...@sun.com>
> Date:   Thu Feb 12 22:56:23 2009 +0100
>
>    reviewboard test
>    Signed-off-by: Jochen Maes <jochen.m...@sun.com>
>
> diff --git a/test/test_shell.py b/test/test_shell.py
> index 868cb6b..7ba0cb2 100644
> --- a/test/test_shell.py
> +++ b/test/test_shell.py
> @@ -32,7 +32,10 @@
>  # OF THE POSSIBILITY OF SUCH DAMAGE.
>  #
>  # </License>
> -
> +
> +# bleh test
> +
> +
>  from pymonkey import PymonkeyTestCase
>
>  class TestShell(PymonkeyTestCase):
> @@ -52,4 +55,4 @@ class TestShell(PymonkeyTestCase):
>         from pymonkey.Shell import Shell
>
>         s = Shell(debug=False, ns=ns)
> -        s(dummy=True)
> \ No newline at end of file
> +        s(dummy=True)
>
> The new review keeps loading but never reached a page, and on the
> server an apache thread is running at 100%. I'm using the
> ReviewBoard-1.0alpha2.dev_r1715-py2.5.egg/ (installed form trunk if
> i'm not  mistaken.)
> The repository is the path to the bare git repo.
>
> Can someone tell me why it keeps loading and what to do to get it working?
>
> Kind regards,
>
> Jochen
>
>
>
> Jochen Maes
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to