Hi,

It looks there are still some issues to use the specific "tirpc part" of the suite
(part in the "rpc-tirpc-full-test-suite" repertory).
I propose the joined changes based on "ltp-full-20080531" in the following files:
- for doc/testcases/network.txt (see file doc.testcases.network.txt.diff)
- for runtest/rpc (see file runtest.rpc.diff)
- for runtest/stress.part3 (see file runtest.stress.part3.diff)

Thoses changes allow the start of the previous rpc suite call now the "basic_tests of rpc" for the June 2008 LTP release.
Start of the rpc-tirpc-full-test-suite is unvalidated.

I am working on the rpc-tirpc-full-test-suite but unfortunately I am not sure to have it ready for the June 2008 LTP release.
I will let you know when it is available.

Best Regards






Subrata Modak a écrit :

On Mon, 2008-06-16 at 17:24 +0200, Le Rouzic wrote:
Hi,
Aurelien is out of office this week. I am gonna have a look.
Best Regards

Thanks Le. These set of test case has been added long back. But, this
cannot be used because of some issues. It reflects unhappiness if a
merged set of tests cannot be used because of build/install/run issues.
I am planning to include your fix in June 2008 LTP release itself, if
you can provide me something till end of next week. Best wishes.

Regards--
Subrata


Subrata Modak a écrit :

Aurélien ,

Any updates for this ?

Regards--
Subrata

On Tue, 2008-06-03 at 12:43 +0530, Subrata Modak wrote:


Aurélien,

I am hoping that the fixes will be ready before our June 2008 release.

Regards--
Subrata

On Tue, 2008-05-27 at 09:34 +0530, Subrata Modak wrote:
On Mon, 2008-05-19 at 14:08 +0530, Subrata Modak wrote:
On Sun, 2008-05-11 at 15:36 +0530, Subrata Modak wrote:
On Wed, 2008-05-07 at 17:32 +0200, Aurélien Charbon wrote:
Hi,

I think this problem is due to the lack of tirpc header files.
The configuration script should detect if tirpc library is installed or not. That's a bug.

Sorry to be a bit silent on this, I am currently working on other topics.
My goal is to fix all these problems for next LTP release.
Thanks Aurelien. I hope you can fix this bug and i can include them in
our May 2008 LTP release.
Hi Aurélien,

When can we expect the fix from you on this. We are nearing May 2008
release in few more days.
Aurélien,

We are at May last week preparing for release. Will your fix make into
this release ?

Regards--
Subrata

Regards--
Subrata

Regards--
Subrata

Regards,

Aurélien

Subrata Modak wrote:

On Mon, 2008-05-05 at 12:37 +0530, Sridhar Vinay wrote:


Aurélien,

This is regarding the installation problems encountered with the "tirpc"
testcases (Makefile issues).
I adjusted the Makefile to pick up the files by using LTPROOT in the
makefile. However, when I ran make, gcc could not pick up the following
header files :

 tirpc/netconfig.h
 tirpc/rpc.h
 tirpc/types.h
 tirpc/xdr.h
 tirpc/svc.h

Could you please take a look at the header files included to ensure the
right path to these files has been provided?
There are further errors which are a result of the above header files not
being found.
Aurelien,

Have you looked in to these header files to see if they are the main
cause of concern as mentioned by Vinay. May be you would have found the
actual reason of why it is failing to execute (the TI_RPC test cases).

Regards--
Subrata


Thanks,
Vinay

-------------------------------------------------
Vinay Sridhar,
Linux Technology Centre,
IBM India Systems & Technology Labs,
Bangalore, India
--------------------------------------------------


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list








--
-----------------------------------------------------------------
Company : Bull, Architect of an Open World TM (www.bull.com)
Name : Aime Le Rouzic Mail : Bull - BP 208 - 38432 Echirolles Cedex - France
E-Mail  : [EMAIL PROTECTED]
Phone   : 33 (4) 76.29.75.51
Fax     : 33 (4) 76.29.75.18
-----------------------------------------------------------------
171,175c171,172
< rpc/basic_tests
< ---------------
< 
< 	Tests for SunRPC API
< 
---
> rpc
> ---
192,193c189
< rpc/rpc-tirpc-full-test-suite
< -----------------------------
---
> rpcfull
5,9c5,9
< rpc01 export TCbin=$LTPROOT/testcases/network/rpc/basic_tests/rpc01; rpc01
< rpcinfo export TCbin=$LTPROOT/testcases/network/rpc/basic_tests/rpcinfo01; rpcinfo01
< rup export TCbin=$LTPROOT/testcases/network/rpc/basic_tests/rup; rup01
< rusers export TCbin=$LTPROOT/testcases/network/rpc/basic_tests/rusers; rusers01
< #rpc_tirpc_ts_run.sh export TCbin=$LTPROOT/testcases/network/rpc/rpc-tirpc-full-test-suite; rpc_tirpc_ts_run.sh
---
> rpc01 export TCbin=$LTPROOT/testcases/network/rpc/basic_rpc_tests/rpc01; rpc01
> rpcinfo export TCbin=$LTPROOT/testcases/network/rpc/basic_rpc_tests/rpcinfo01; rpcinfo01
> rup export TCbin=$LTPROOT/testcases/network/rpc/basic_rpc_tests/ rup;rup01
> rusers export TCbin=$LTPROOT/testcases/network/rpc/basic_rpc_tests/rusers; rusers01
> rpc_tirpc_ts_run.sh export TCbin=$LTPROOT/testcases/network/rpc/rpc-tirpc-full-test-suite/rpc_tirpc_ts_run.sh; rpc_tirpc_ts_run.sh
883c883
< rpc01 export TCbin=$LTPROOT/testcases/network/rpc/basic_tests/rpc01; rpc01
---
> rpc01 export TCbin=$LTPROOT/testcases/network/rpc/simple_tests/rpc01; rpc01
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to