Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215447 Details for
Bug 299901
net-misc/tokyotyrant-1.1.39: Failed Patch: fix_testsuite.patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix_testsuite.patch
fix_testsuite.patch (text/plain), 6.44 KB, created by
Johan Bergström
on 2010-01-06 23:20:25 UTC
(
hide
)
Description:
fix_testsuite.patch
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2010-01-06 23:20:25 UTC
Size:
6.44 KB
patch
obsolete
>--- Makefile.in 2009-10-14 10:33:16.000000000 +0200 >+++ Makefile.in.new 2009-10-14 10:27:39.000000000 +0200 >@@ -166,48 +166,49 @@ > > > check : >+ $(RUNENV) $(RUNCMD) ./ttserver -dmn -host 127.0.0.1 -port 19781 -pid /tmp/tttest.pid /tmp/tttest.tch > $(RUNENV) $(RUNCMD) ./tcrmgr version >- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 -rnd 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 -nr -rnd 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrtest read -cnum 5 -tout 5 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrtest read -cnum 5 -tout 5 -mul 5 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrtest remove -cnum 5 -tout 5 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -shl 50 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -dad 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -ext putcat -xlr 127.0.0.1 50000 >- $(RUNENV) $(RUNCMD) ./tcrtest misc -cnum 5 -tout 5 127.0.0.1 5000 >- $(RUNENV) $(RUNCMD) ./tcrtest wicked -cnum 5 -tout 5 127.0.0.1 5000 >- $(RUNENV) $(RUNCMD) ./tcrmgr inform 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrmttest write -tnum 5 127.0.0.1 5000 >- $(RUNENV) $(RUNCMD) ./tcrmttest read -tnum 5 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrmttest remove -tnum 5 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrmttest write -tnum 5 -ext putcat -rnd 127.0.0.1 5000 >- $(RUNENV) $(RUNCMD) ./tcrmttest typical -tnum 5 127.0.0.1 5000 >- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1 >- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 one first >- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 two second >- $(RUNENV) $(RUNCMD) ./tcrmgr put -dk 127.0.0.1 three third >- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third >- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third >- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third >- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 four fourth >- $(RUNENV) $(RUNCMD) ./tcrmgr put -dk 127.0.0.1 five fifth >- $(RUNENV) $(RUNCMD) ./tcrmgr out 127.0.0.1 one >- $(RUNENV) $(RUNCMD) ./tcrmgr out 127.0.0.1 two >- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 three > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 four > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 five > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr mget 127.0.0.1 one two three four five > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 putlist six sixth seven seventh >- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 outlist six >- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 getlist three four five six > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr list -pv 127.0.0.1 > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr list -pv -fm f 127.0.0.1 > check.out >- $(RUNENV) $(RUNCMD) ./tcrmgr http -ih http://127.0.0.1:1978/five > check.out >+ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 -rnd 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 -nr -rnd 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrtest read -port 19781 -cnum 5 -tout 5 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrtest read -port 19781 -cnum 5 -tout 5 -mul 5 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrtest remove -port 19781 -cnum 5 -tout 5 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -shl 50 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -dad 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -ext putcat -xlr 127.0.0.1 50000 >+ $(RUNENV) $(RUNCMD) ./tcrtest misc -port 19781 -cnum 5 -tout 5 127.0.0.1 5000 >+ $(RUNENV) $(RUNCMD) ./tcrtest wicked -port 19781 -cnum 5 -tout 5 127.0.0.1 5000 >+ $(RUNENV) $(RUNCMD) ./tcrmgr inform -port 19781 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrmttest write -port 19781 -tnum 5 127.0.0.1 5000 >+ $(RUNENV) $(RUNCMD) ./tcrmttest read -port 19781 -tnum 5 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrmttest remove -port 19781 -tnum 5 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrmttest write -port 19781 -tnum 5 -ext putcat -rnd 127.0.0.1 5000 >+ $(RUNENV) $(RUNCMD) ./tcrmttest typical -port 19781 -tnum 5 127.0.0.1 5000 >+ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1 >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 one first >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 two second >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dk 127.0.0.1 three third >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 four fourth >+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dk 127.0.0.1 five fifth >+ $(RUNENV) $(RUNCMD) ./tcrmgr out -port 19781 127.0.0.1 one >+ $(RUNENV) $(RUNCMD) ./tcrmgr out -port 19781 127.0.0.1 two >+ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 three > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 four > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 five > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr mget -port 19781 127.0.0.1 one two three four five > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 putlist six sixth seven seventh >+ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 outlist six >+ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 getlist three four five six > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr list -port 19781 -pv 127.0.0.1 > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr list -port 19781 -pv -fm f 127.0.0.1 > check.out >+ $(RUNENV) $(RUNCMD) ./tcrmgr http -ih http://127.0.0.1:19781/five > check.out > rm -rf ulog ; mkdir -p ulog > $(RUNENV) $(RUNCMD) ./ttultest write -lim 10000 ulog 5000 > $(RUNENV) $(RUNCMD) ./ttultest write -lim 10000 -as ulog 5000 >@@ -215,6 +216,10 @@ > rm -rf ulog ; mkdir -p ulog > $(RUNENV) $(RUNCMD) ./ttultest thread -lim 10000 ulog 5 5000 > $(RUNENV) $(RUNCMD) ./ttultest thread -lim 10000 -as ulog 5 5000 >+ >+ kill `cat /tmp/tttest.pid` >+ rm /tmp/tttest.tch >+ > @printf '\n' > @printf '#================================================================\n' > @printf '# Checking completed.\n'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 299901
:
215403
| 215447