|
Home > Archive > Apache Directory Project > November 2005 > Build of apacheds fails due to a hanging test case
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Build of apacheds fails due to a hanging test case
|
|
| Stefan Zoerner 2005-11-11, 5:45 pm |
| Currently the build of apacheds fails due to a hanging test case,
org.apache.ldap.server.UnknownExtendedOperationTest.
If this test is taken out of service, the build is successful and an
apacheds-server-main-0.9.4-SNAPSHOT.jar is created. The latter fails to
handle extended operations not known to the server, as checked by the
test case. This is not a surprise, and not that a big thing, a hanging
build process may be more bothersome.
I assume recent changes in the LDAP protocol provider lead to this, the
in the extended operation handler, to be more precise ...
Greetings from Hamburg,
Stefan
| |
| Trustin Lee 2005-11-11, 8:45 pm |
| This is strange. Are you using Windows? Alex and I experienced the same
problem and fixed it. Perhaps we forgot to deploy the fixed JAR
(asn1-codec). Could you try again after deploying the latest snapshots?
HTH,
Trustin
2005/11/12, Stefan Zoerner <stefan-EQq9qWhC7IA@public.gmane.org>:
>
> Currently the build of apacheds fails due to a hanging test case,
> org.apache.ldap.server.UnknownExtendedOperationTest.
>
> If this test is taken out of service, the build is successful and an
> apacheds-server-main-0.9.4-SNAPSHOT.jar is created. The latter fails to
> handle extended operations not known to the server, as checked by the
> test case. This is not a surprise, and not that a big thing, a hanging
> build process may be more bothersome.
>
> I assume recent changes in the LDAP protocol provider lead to this, the
> in the extended operation handler, to be more precise ...
>
--
what we call human nature is actually human habit
--
http://gleamynode.net/
| |
| Alex Karasulu 2005-11-12, 5:45 pm |
| Stefan Zoerner wrote:
> Currently the build of apacheds fails due to a hanging test case,
> org.apache.ldap.server.UnknownExtendedOperationTest.
>
> If this test is taken out of service, the build is successful and an
> apacheds-server-main-0.9.4-SNAPSHOT.jar is created. The latter fails
> to handle extended operations not known to the server, as checked by
> the test case. This is not a surprise, and not that a big thing, a
> hanging build process may be more bothersome.
>
> I assume recent changes in the LDAP protocol provider lead to this,
> the in the extended operation handler, to be more precise ...
Yeah exactly. I had fixed other problems within this test case with
Trustin before but now as you say other changes are creeping in to it
from the recent changes to the ext. op handler.
Hopefully I can get to this some time this weekend.
Alex
| |
| Trustin Lee 2005-11-14, 2:45 am |
| 2005/11/12, Stefan Zoerner <stefan-EQq9qWhC7IA@public.gmane.org>:
>
> Currently the build of apacheds fails due to a hanging test case,
> org.apache.ldap.server.UnknownExtendedOperationTest.
>
We forgot to deploy the recent JARs. Now I'm deploying a working
apacheds-server-0.9.4-SNAPSHOT.jar... Please check back in 10 minutes.
Thanks,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
|
|
|
|
|