-
Notifications
You must be signed in to change notification settings - Fork 1
Tmp merge aa base #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
969d090
1676563
02eacbe
ce06e5d
4915482
ccda674
9ee3904
9c74029
9aa2287
0f706ff
2963a26
3455e86
fd98639
a508026
781da15
f78a990
7dea15e
62ee49c
6c6955d
9ce62c5
2774ccb
c77aeb6
78320d3
9150224
5c06b05
0ed6fde
1df9fb6
e1a874a
e8f1738
a842030
6b3b545
18eae64
163790b
3056f41
c4d8025
310e154
a7bc5df
01916ad
03bc250
1776433
07f3e75
00916d0
cf4647e
b7bfd6c
19f5ecb
79ec3b6
fa3e1dd
795e541
4c2dda7
8c3f0a5
9ce91e4
fc3a319
651ed64
514f190
b5c7646
02fe040
bf08f78
f5e23eb
648ef46
cd81c59
2c0b057
758e5e0
a9e15ac
12e56d1
014ed7b
69aa3a9
b9034ca
18ecee8
9394366
cb5f862
007466b
4006f8d
60bf54f
0870184
76cbd72
c342953
1e1a191
6b3f20a
0f1f7aa
adfb9d8
752905d
17a245e
bedae51
1738791
2114fbf
bb3fa45
34db659
9c4fa27
09ef45f
5269783
076caae
46abcfc
dbda243
d863a63
1e2cdaa
2a5e1bb
33b3c4c
03713e7
579d0c5
84caee9
df14e30
3f5e128
0bbbbbe
6079683
0f70129
920ee6e
e0df5fd
69a1b2c
1fe3ea9
d67ff19
28cce6a
85ddc9d
4abaac6
be37b5a
5b9f2b1
1d4344f
87e4e71
57ad856
de74b88
3994683
9021b4d
5db575d
fa72152
187eba3
b147abe
7639d9c
e87fd0b
27a4771
df3d1b7
7185f0d
c6b0d30
d40eaf4
9150779
79b2deb
96bdeae
53dc671
8333420
4746c8d
f8627fd
e4bd81b
c1abcf8
13dd959
e6448ac
b46d38f
78403e5
88d21ed
9c0773b
b39a1ca
1b2d0b8
7f129e5
7670ef5
a6fc928
ecfd25a
4f1b985
b253d8d
85aa740
e15515e
8e961f7
a72c511
6dd3a58
36a4308
812bd31
e9c1bbb
7607607
93c65e2
975c1e1
fb3c1cf
dfe878d
e705836
d14962d
4c9e28c
d1ce3e4
b268bfa
9c29342
c36a683
2c0a134
cb138ca
0dd5a8b
2bfef26
afbf7ac
dace550
6d55295
d731491
fc6f7b2
959bf33
5de6f55
a56735e
5da5f2a
e6689be
f803235
5ee2924
550a05a
a919687
245c8e1
39856f6
41ba813
de6b177
f4cf761
f9b0e05
fbe0162
1e98f72
0a79a3e
592130e
9a3cd60
d6709d2
811a10e
e94da42
76aa193
8355dd2
45b0b29
62e3fca
1ac156c
060097f
e8a60bd
b54d84b
f33cb3c
2c54c80
32d5e26
fad8e67
9b3495f
e6fa5f4
36fa9a1
fb1a575
da96b4d
258332a
85389ef
d122abe
d2ae4e8
bbeaafd
279453c
c2202e1
5da8f9a
44c7345
b99298c
77b0fee
d6c47b0
53c8982
38fdd1b
97c2efc
ba22c17
3e15cf8
06da9d7
3acb646
1b68e1e
6c97ced
72d131e
995d6f9
715b1cc
ec781f5
6ff1adf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,29 @@ | ||
| startup --host_jvm_args=-Xmx4g | ||
| startup --unlimit_coredumps | ||
|
|
||
| dump: --http_connector_attempts=2 | ||
| dump: --http_connector_retry_max_timeout=5s | ||
| run:ci --color=yes | ||
|
|
||
| build --http_timeout_scaling=0.1 | ||
| build --announce_rc | ||
| build --experimental_guard_against_concurrent_changes | ||
| build --experimental_remote_merkle_tree_cache | ||
| build --java_language_version=17 | ||
| build --java_runtime_version=17 | ||
| build --tool_java_language_version=17 | ||
| build --tool_java_runtime_version=17 | ||
| build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution | ||
| build --remote_retries=6 --remote_retry_max_delay=8s | ||
| build:ci --color=yes | ||
| build:ci --experimental_remote_cache_compression | ||
| build:release --workspace_status_command=./build/print-workspace-status.sh --stamp | ||
| build:release --config=ci | ||
| build:race --config=ci | ||
| build:race --@io_bazel_rules_go//go/config:race --test_env=GORACE=halt_on_error=1 --test_sharding_strategy=disabled | ||
|
|
||
| test --test_env=TZ=Asia/Shanghai | ||
| test --test_output=errors --test_summary=testcase | ||
| test --test_output=errors --test_summary=detailed | ||
| test:ci --color=yes | ||
| test:ci --verbose_failures --test_verbose_timeout_warnings | ||
| test:ci --test_env=GO_TEST_WRAP_TESTV=1 | ||
| test:ci --experimental_ui_max_stdouterr_bytes=104857600 | ||
| test:ci --experimental_ui_max_stdouterr_bytes=268435456 | ||
| test:ci --test_timeout=150,300,900,3600 | ||
| test:ci --flaky_test_attempts=3 | ||
| test --test_env=HTTPS_PROXY --test_env=https_proxy | ||
| test --test_env=HTTP_PROXY --test_env=http_proxy | ||
| test:race --test_timeout=1200,6000,18000,72000 | ||
|
|
||
| try-import /data/bazel |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 6.0.0 | ||
| 7.7.1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,8 @@ | ||
| .git/ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing
|
||
| bazel-bin/ | ||
| bazel-out/ | ||
| bazel-tidb/ | ||
| bazel-testlogs/ | ||
| bin/ | ||
| tidb-server/tidb-server | ||
| *.test.bin | ||
| cmd/ | ||
| Dockerfile | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,8 @@ | |
|
|
||
| # Declare files that will always have LF line endings on checkout. | ||
| *.y text eol=lf | ||
|
|
||
| *.result diff | ||
|
|
||
| util/collate/unicode_0*_ci.go linguist-generated=true | ||
| util/collate/ucadata/unicode_*_data.go linguist-generated=true | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Gitattributes linguist patterns have wrong directory prefixLow Severity The |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: TiDB Forum | ||
| url: https://ask.pingcap.com/ | ||
| about: Ask a question on the TiDB Forum | ||
| - name: Discord | ||
| url: https://discord.com/invite/KVRZBR2DrG | ||
| about: Ask questions and connect with TiDB users on Discord. | ||
| - name: Slack | ||
| url: https://slack.tidb.io/invite?team=tidb-community&channel=everyone&ref=pingcap | ||
| about: Ask questions and connect with TiDB users on Slack. | ||
| - name: TiDB Forum(Chinese) | ||
| url: https://asktug.com/ | ||
| about: Ask a question on the TiDB user group (Chinese) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| name: TiDB Build | ||
| description: Common steps to run TiDB Bazel build cross-platform | ||
| inputs: | ||
| go-version: | ||
| description: Go version to setup | ||
| required: false | ||
| default: "1.25" | ||
| bazelrc: | ||
| description: Bazelrc content from secrets | ||
| required: true | ||
| gcp_sa_key: | ||
| description: GCP service account key JSON content | ||
| required: true | ||
| runs: | ||
| using: composite | ||
| steps: | ||
| - name: Set up bazelisk | ||
| uses: bazel-contrib/setup-bazel@0.16.0 | ||
| with: | ||
| bazelisk-cache: true | ||
| repository-cache: true | ||
| external-cache: false | ||
| disk-cache: ${{ github.workflow }}} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Extra closing brace in disk-cache key valueMedium Severity The |
||
| google-credentials: ${{ inputs.gcp_sa_key }} | ||
| bazelrc: ${{ inputs.bazelrc }} | ||
|
|
||
| - name: Set up Go | ||
| uses: actions/setup-go@v4 | ||
| with: | ||
| go-version: ${{ inputs.go-version }} | ||
| cache: false | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ### PR description | ||
|
|
||
| If you have an assigned issue, you **must** use the issue number or link to fill the `Issue Number:` line of the pull request template. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Skills Usage | ||
|
|
||
| The skills in this directory are not only for Copilot. You can also use them with other AI agents. See the usage documentation of your AI agent for details. |


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo "lighting" instead of "lightning" in ignore path
Low Severity
The codecov ignore path
"lighting/cmd"is misspelled — the actual directory islightning/cmd. This means codecov will not ignore the intendedlightning/cmddirectory, and coverage reports will include files from that path that were meant to be excluded.