Skip to content

Commit

Permalink
Merge pull request #3870 from hansva/main
Browse files Browse the repository at this point in the history
failing test and test environment, fixes #3869
  • Loading branch information
hansva authored Apr 26, 2024
2 parents 3381c73 + 26eae2e commit 76ea39c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/integration-tests/Dockerfile.unit-tests
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

FROM ubuntu
FROM ubuntu:22.04
MAINTAINER Apache Hop

# Argument Branch name, used to download correct version
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/scripts/run-tests-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ if [ -z "${JENKINS_USER}" ]; then
fi

if [ -z "${JENKINS_UID}" ]; then
JENKINS_UID="1000"
JENKINS_UID="1001"
fi

if [ -z "${JENKINS_GROUP}" ]; then
JENKINS_GROUP="jenkins"
fi

if [ -z "${JENKINS_GID}" ]; then
JENKINS_GID="1000"
JENKINS_GID="1001"
fi

if [ -z "${SUREFIRE_REPORT}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ limitations under the License.
<field>
<length>-1</length>
<name>avro_file_url</name>
<nullif>https://github.com/apache/hop/raw/master/integration-tests/transforms/files/userdata1.avro</nullif>
<nullif>https://github.com/apache/hop/raw/main/integration-tests/transforms/files/userdata1.avro</nullif>
<precision>-1</precision>
<set_empty_string>N</set_empty_string>
<type>String</type>
Expand Down

0 comments on commit 76ea39c

Please sign in to comment.