Nobuaki Sukegawa | bd16530 | 2016-01-19 11:10:07 +0900 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | |
| 19 | --> |
| 20 | <!DOCTYPE HTML> |
| 21 | <html> |
| 22 | <head> |
| 23 | <meta charset="utf-8"> |
| 24 | <title>Apache Thrift - integration test suite</title> |
| 25 | <link rel="stylesheet" type="text/css" href="http://cdn.datatables.net/1.10.4/css/jquery.dataTables.css"> |
| 26 | <script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-2.1.3.min.js"></script> |
| 27 | <script type="text/javascript" charset="utf-8" src="http://cdn.datatables.net/1.10.4/js/jquery.dataTables.js"></script> |
| 28 | <script src="result.js"> |
| 29 | </script> |
| 30 | </head> |
| 31 | <body> |
| 32 | <h2>Apache Thrift - integration test suite: Results</h2> |
| 33 | <table id="test_results" class="display"> |
| 34 | <thead> |
| 35 | <tr> |
| 36 | <th>Server</th> |
| 37 | <th>Client</th> |
| 38 | <th>Protocol</th> |
| 39 | <th>Transport</th> |
| 40 | <th>Result (log)</th> |
| 41 | <th>Expected</th> |
| 42 | </tr> |
| 43 | </thead> |
| 44 | </table> |
| 45 | <h2>Test Information</h2> |
| 46 | <pre id="test_info"></pre> |
| 47 | |
| 48 | <a href="log">browse raw log</a> |
| 49 | |
| 50 | </body> |
| 51 | </html> |