Skip to content

(test)[auth]Add call auth module case - #41802

Closed
zfr9527 wants to merge 3 commits into
apache:masterfrom
zfr9527:zfr_auth_add_case_1
Closed

(test)[auth]Add call auth module case#41802
zfr9527 wants to merge 3 commits into
apache:masterfrom
zfr9527:zfr_auth_add_case_1

Conversation

@zfr9527

Copy link
Copy Markdown
Contributor

Proposed changes

(test)[auth]Add call auth module case

@doris-robot

Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zfr9527

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actions

Copy link
Copy Markdown
Contributor

sh-checker report

To get the full details, please check in the job output.

shellcheck errors

'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In regression-test/data/auth_call/multi_load_cm.sh line 1:
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
In regression-test/data/auth_call/stream_load_cm.sh line 1:
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
For more information:
https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors

'shfmt ' returned error 1 finding the following formatting issues:
----------
--- regression-test/data/auth_call/multi_load_cm.sh.orig
+++ regression-test/data/auth_call/multi_load_cm.sh
@@ -0,0 +1,1 @@
+
--- regression-test/data/auth_call/stream_load_cm.sh.orig
+++ regression-test/data/auth_call/stream_load_cm.sh
@@ -0,0 +1,1 @@
+
----------
You can reformat the above files to meet shfmt's requirements by typing:
shfmt -w filename

@github-actions

Copy link
Copy Markdown
Contributor

sh-checker report

To get the full details, please check in the job output.

shellcheck errors

'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In regression-test/data/auth_call/multi_load_cm.sh line 1:
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
In regression-test/data/auth_call/stream_load_cm.sh line 1:
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
For more information:
https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors

'shfmt ' returned error 1 finding the following formatting issues:
----------
--- regression-test/data/auth_call/multi_load_cm.sh.orig
+++ regression-test/data/auth_call/multi_load_cm.sh
@@ -0,0 +1,1 @@
+
--- regression-test/data/auth_call/stream_load_cm.sh.orig
+++ regression-test/data/auth_call/stream_load_cm.sh
@@ -0,0 +1,1 @@
+
----------
You can reformat the above files to meet shfmt's requirements by typing:
shfmt -w filename

@zfr9527
zfr9527force-pushed the zfr_auth_add_case_1 branch 2 times, most recently from ad9bc68 to 8f55309CompareOctober 14, 2024 09:22
@zfr9527

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actions

Copy link
Copy Markdown
Contributor

sh-checker report

To get the full details, please check in the job output.

shellcheck errors

'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In regression-test/data/auth_call/multi_load_cm.sh line 1:
# Licensed to the Apache Software Foundation (ASF) under one
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
In regression-test/data/auth_call/stream_load_cm.sh line 1:
# Licensed to the Apache Software Foundation (ASF) under one
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
For more information:
https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors
'shfmt ' found no issues.

@github-actions

Copy link
Copy Markdown
Contributor

sh-checker report

To get the full details, please check in the job output.

shellcheck errors

'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In regression-test/data/auth_call/multi_load_cm.sh line 1:
# Licensed to the Apache Software Foundation (ASF) under one
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
In regression-test/data/auth_call/stream_load_cm.sh line 1:
# Licensed to the Apache Software Foundation (ASF) under one
^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
For more information:
https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors
'shfmt ' found no issues.

@zfr9527
zfr9527force-pushed the zfr_auth_add_case_1 branch 2 times, most recently from 5df8e1c to 48566eeCompareOctober 14, 2024 09:42
@zfr9527
zfr9527force-pushed the zfr_auth_add_case_1 branch 2 times, most recently from fba72a3 to ba8f6b5CompareOctober 15, 2024 06:29
morningman pushed a commit that referenced this pull request Oct 18, 2024
fix when user have `load_priv` on table,but can not show load about this
table
ps: We will add cases to other PRs as a
whole:#41802
zddr added a commit to zddr/incubator-doris that referenced this pull request Oct 18, 2024
fix when user have `load_priv` on table,but can not show load about this
table
ps: We will add cases to other PRs as a
whole:apache#41802
zddr added a commit to zddr/incubator-doris that referenced this pull request Oct 18, 2024
fix when user have `load_priv` on table,but can not show load about this
table
ps: We will add cases to other PRs as a
whole:apache#41802
zddr added a commit to zddr/incubator-doris that referenced this pull request Oct 18, 2024
fix when user have `load_priv` on table,but can not show load about this
table
ps: We will add cases to other PRs as a
whole:apache#41802
morningman pushed a commit to morningman/doris that referenced this pull request Oct 21, 2024
fix when user have `load_priv` on table,but can not show load about this
table
ps: We will add cases to other PRs as a
whole:apache#41802
@zfr9527zfr9527 closed this Oct 23, 2024
@zfr9527

Copy link
Copy Markdown
ContributorAuthor

There is a conflict. After resolving it, a new pull request has been submitted.

HappenLee pushed a commit to HappenLee/incubator-doris that referenced this pull request Apr 24, 2026
fix when user have `load_priv` on table,but can not show load about this
table
ps: We will add cases to other PRs as a
whole:apache#41802
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zfr9527@doris-robot