Skip to content

Commit

Permalink
chore: fix kb test report Chinese garbled characters
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 22, 2024
1 parent a3c097d commit 1cfa26f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
11 changes: 10 additions & 1 deletion static/report/kubeblocks/v0.9.1/TEST_REPORT_ALL.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Addon All Test Report</title>
</head>
<body>
<hr />
<p><br></p>
<h1><center><span style="font-size: 72px; line-height: 2; letter-spacing: 2px; text-align: center;">数据库引擎 (Addon) 整体测试报告</span></center></h1>
Expand Down Expand Up @@ -2311,4 +2318,6 @@ <h4><center><span style="font-size: 30px; line-height: 2; letter-spacing: 2px; t
<td style="font-family: Helvetica; font-size: 14.0pt;color: #000000;text-align: left;vertical-align: center; border: 2px solid grey; padding: 8px; line-height: 1.3; word-wrap: break-word; word-break: break-all;" width="40%">Not implemented or unsupported</td>
</tr>
</table>
<div class="page-break"></div>
<div class="page-break"></div>
</body>
</html>
11 changes: 10 additions & 1 deletion static/report/kubeblocks/v0.9.1/TEST_REPORT_CHAOS.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Addon Chaos Test Report</title>
</head>
<body>
<hr />
<p><br></p>
<h1><center><span style="font-size: 72px; line-height: 2; letter-spacing: 2px; text-align: center;">数据库高可用性 (HA) 测试报告</span></center></h1>
Expand Down Expand Up @@ -518,4 +525,6 @@ <h3>实现方式:</h3>
<td style="font-family: Helvetica; font-size: 14.0pt;color: #000000;text-align: left;vertical-align: center; border: 2px solid grey; padding: 8px; line-height: 1.3; word-wrap: break-word; word-break: break-all;" width="40%">Simulates a time offset scenario thereby testing the application's resilience to potential slowness/unavailability of some replicas due to time offset.</td>
</tr>
</table>
<div class="page-break"></div>
<div class="page-break"></div>
</body>
</html>
11 changes: 10 additions & 1 deletion static/report/kubeblocks/v0.9.1/TEST_REPORT_SMOKE.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Addon Smoke Test Report</title>
</head>
<body>
<hr />
<p><br></p>
<h1><center><span style="font-size: 72px; line-height: 2; letter-spacing: 2px; text-align: center;">数据库引擎 (Addon) 冒烟测试报告</span></center></h1>
Expand Down Expand Up @@ -1879,4 +1886,6 @@ <h4><center><span style="font-size: 30px; line-height: 2; letter-spacing: 2px; t
<td style="font-family: Helvetica; font-size: 14.0pt;color: #000000;text-align: left;vertical-align: center; border: 2px solid grey; padding: 8px; line-height: 1.3; word-wrap: break-word; word-break: break-all;" width="40%">Not implemented or unsupported</td>
</tr>
</table>
<div class="page-break"></div>
<div class="page-break"></div>
</body>
</html>
11 changes: 10 additions & 1 deletion static/report/kubeblocks/v0.9.1/TEST_REPORT_UPGRADE.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Addon Upgrade Test Report</title>
</head>
<body>
<hr />
<p><br></p>
<h1><center><span style="font-size: 72px; line-height: 2; letter-spacing: 2px; text-align: center;">数据库版本升级测试报告</span></center></h1>
Expand Down Expand Up @@ -223,4 +230,6 @@ <h4><center><span style="font-size: 30px; line-height: 2; letter-spacing: 2px; t
<td style="font-family: Helvetica; font-size: 14.0pt;color: #000000;text-align: left;vertical-align: center; border: 2px solid grey; padding: 8px; line-height: 1.3; word-wrap: break-word; word-break: break-all;" width="40%">ComponentName=fe;ComponentVersionFrom=3.3.3;ComponentVersionTo=3.3.2</td>
</tr>
</table>
<div class="page-break"></div>
<div class="page-break"></div>
</body>
</html>

0 comments on commit 1cfa26f

Please sign in to comment.