mysql-5.0.42-tritonn-1.0.2 on Linux x86_64 glibc25

新方式での初テスト。"make test-full-qa"を実行。案外うまくいったかな!?

基本テストスイートの結果

mir@oss-xeon64:~/SVN/tritonn/mysql-5.0-enterprise/trunk$ grep " fail " test.log
blackhole                      [ fail ]
ctype_latin1_de                [ fail ]
fulltext                       [ fail ]
fulltext2                      [ fail ]
fulltext_cache                 [ fail ]
fulltext_left_join             [ fail ]
fulltext_multi                 [ fail ]
fulltext_order_by              [ fail ]
outfile                        [ fail ]
sp                             [ fail ]

outfileは初物ですね。他は既出。

これだけじゃワカラン。

outfile                        [ fail ]

Errors are (from /home/mir/SVN/tritonn/mysql-5.0-enterprise/trunk/mysql-test/var/log/mysqltest-time) :
mysqltest: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
バイナリー・ファイルr/outfile.resultとr/outfile.rejectは違います
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

Result from queries before failure can be found in r/outfile.log

outfile.testとoutfile.resultを見比べると、なんかoutfile.resultが最新じゃないような。。。

予想通り

"mysql-5.0.42 from bitkeeper"も同じ原因でoutfileテスト失敗した。ということでこれは"not a tritonn issue"ですね。

というわけで次は。。。

sennaテストスイートの結果

全部OK。まあこれは通ってくれないと困るので。。。

=======================================================
Starting Tests in the 'senna' suite

TEST                           RESULT         TIME (ms)
-------------------------------------------------------

senna_cp932                    [ pass ]            134
senna_create                   [ pass ]            556
senna_eucjpms                  [ pass ]            136
senna_sjis                     [ pass ]            130
senna_ujis                     [ pass ]            126
senna_utf8                     [ pass ]            103
senna_util                     [ pass ]              2
-------------------------------------------------------
Stopping All Servers
All 7 tests were successful.
The servers were restarted 1 times
Spent 1.187 seconds actually executing testcases

今後の予定

という感じで1ヶ月くらい前に計画したことがほぼ実現できつつあるのですが、今後のTritonnプロジェクトではdiffパッチの配布ではなくmake distで作ったソース丸ごとtarballの配布を検討しております。

それに伴い、ビルド方法も変わるので公式サイトのドキュメントも更新するつもりです。今後はconfigure && make && make installでインストールできるようになる見込み。