From a6e413822e6471846ad3db828a890ab92e46bd65 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Thu, 20 Jun 2024 09:37:38 +0800 Subject: [PATCH] test yetus --- dev-support/hbase_docker/Dockerfile | 2 ++ dev-support/hbase_eclipse_formatter.xml | 2 ++ dev-support/hbasetests.sh | 2 ++ hbase-shell/src/main/ruby/shell.rb | 2 +- pom.xml | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-support/hbase_docker/Dockerfile b/dev-support/hbase_docker/Dockerfile index 2c246d003f46..a6eb4520e759 100644 --- a/dev-support/hbase_docker/Dockerfile +++ b/dev-support/hbase_docker/Dockerfile @@ -89,4 +89,6 @@ RUN git clone --depth 1 -b ${BRANCH_OR_TAG} https://github.com/apache/hbase.git ENV HBASE_HOME /root/hbase-bin ENV PATH "/root/hbase-bin/bin:${PATH}" +# for test hadolint + CMD ["/bin/bash", "-c", "start-hbase.sh; hbase shell"] diff --git a/dev-support/hbase_eclipse_formatter.xml b/dev-support/hbase_eclipse_formatter.xml index 99000a62e214..a1b1f73c8df4 100644 --- a/dev-support/hbase_eclipse_formatter.xml +++ b/dev-support/hbase_eclipse_formatter.xml @@ -17,6 +17,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +for test xmllint --> diff --git a/dev-support/hbasetests.sh b/dev-support/hbasetests.sh index 55cd0babcca4..02327aaedec3 100755 --- a/dev-support/hbasetests.sh +++ b/dev-support/hbasetests.sh @@ -425,4 +425,6 @@ then fi fi +echo "for test shellcheck" + exit diff --git a/hbase-shell/src/main/ruby/shell.rb b/hbase-shell/src/main/ruby/shell.rb index 46b38dd96b89..789e96b27f1a 100644 --- a/hbase-shell/src/main/ruby/shell.rb +++ b/hbase-shell/src/main/ruby/shell.rb @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# +# for test rubocop require 'irb' require 'irb/workspace' diff --git a/pom.xml b/pom.xml index 59a1c95b9056..faf46a018ef6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ 'mvn package'. If you are interested in the full story, see https://issues.apache.org/jira/browse/HBASE-6795. +for triggering test --> 4.0.0