[ 
https://issues.apache.org/jira/browse/OPENJPA-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689070#comment-16689070
 ] 

ASF subversion and git services commented on OPENJPA-2753:
----------------------------------------------------------

Commit 7bc09297f88bee8e07851a09a9181b13503b97f4 in openjpa's branch 
refs/heads/OPENJPA-2754-maxTotal from [~struberg]
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=7bc0929 ]

OPENJPA-2753 fix schema creation with PostgreSQL

the test methods run random.
It doesn't make sense to create the other schemas only for a single of those 
tests.
Possibly the order was deterministic in junit3 which is a long time gone now.


> Create profiles to start various databases via Docker
> -----------------------------------------------------
>
>                 Key: OPENJPA-2753
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2753
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 3.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Major
>             Fix For: 3.0.1
>
>
> We currently rely on fix installed versions of various databases.
> With the advent of Docker we could use maven profiles to start those 
> databases as docker images.
> E.g. 
> {noformat}
> $> mvn -N -Ptest-mysql-docker docker:start
> $> mvn -Ptest-mysql-docker clean install
> $> mvn -N -Ptest-mysql-docker docker:stop
> {noformat}
> The `-N` is needed to start maven Non-Recursive. Otw you might see some nasty 
> log output which does not belong there ;)
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to