Skip to content

Commit 028b3db

Browse files
committed
commit to check failure
1 parent 295464a commit 028b3db

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

dev-support/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pipeline {
5757
JAVA8_HOME = "/usr/lib/jvm/java-8"
5858
JAVA17_HOME = "/usr/lib/jvm/java-17"
5959
PLUGINS = 'all'
60-
PERSONALITY = "${WORKDIR}/${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
60+
PERSONALITY = "${SRC_REL}/dev-support/jenkins/hbase-personality.sh"
6161
}
6262

6363

dev-support/jenkins/hbase-personality.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ personality_plugins "all"
2121
## @stability evolving
2222
function personality_globals
2323
{
24-
# shellcheck disable=SC2034
25-
BUILDTOOL=maven
2624
#shellcheck disable=SC2034
2725
PROJECT_NAME=hbase-thirdparty
2826
#shellcheck disable=SC2034

hbase-noop-htrace/src/test/java/org/apache/hbase/htrace_noop/TestHBaseTestingUtilityWithHTraceNoop.java

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
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, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*/
18-
package org.apache.hbase.htrace_noop;
191

20-
import static org.junit.Assert.assertEquals;
2+
package org.apache.hbase.htrace_noop;
213

224
import org.apache.hadoop.hbase.HBaseTestingUtility;
235
import org.apache.hadoop.hbase.TableName;
246
import org.apache.hadoop.hbase.client.Put;
257
import org.apache.hadoop.hbase.client.Table;
268
import org.apache.hadoop.hbase.util.Bytes;
279
import org.junit.AfterClass;
10+
import static org.junit.Assert.assertEquals;
2811
import org.junit.BeforeClass;
2912
import org.junit.Test;
3013

0 commit comments

Comments
 (0)