Fix tests
This commit is contained in:
parent
18b88dc477
commit
bd35c61f82
3 changed files with 3 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ require:
|
|||
- postgresql-jdbc
|
||||
- postgresql-server
|
||||
- postgresql
|
||||
- diffutils
|
||||
duration: 25m
|
||||
tag:
|
||||
- Tier1
|
||||
|
|
|
|||
|
|
@ -34,6 +34,5 @@ require:
|
|||
- postgresql-jdbc-tests
|
||||
- junit5
|
||||
- classloader-leak-test-framework
|
||||
- bcel
|
||||
- apache-commons-lang3
|
||||
duration: 35m
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ rlJournalStart
|
|||
rlLog "$(readlink -f $(which $JAVAC))"
|
||||
rlLog "$(rpm -qf $CONNECTOR_JAR)"
|
||||
rlAssertRpm --all
|
||||
rlRun "useradd mockbuild -m"
|
||||
rlRun "useradd testuser -m"
|
||||
|
||||
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
|
||||
rlRun "chmod a+rwx $TmpDir" 0 "fixing directory permissions"
|
||||
|
|
@ -51,7 +51,7 @@ rlJournalStart
|
|||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
rlRun "su mockbuild $OLDPWD/usertest.sh"
|
||||
rlRun "su testuser $OLDPWD/usertest.sh"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue