Skip to content

Commit 329229d

Browse files
authored
Merge pull request #97 from sqlcollaborative/feature/oracle-v2
Re-introducing Oracle tests
2 parents f620875 + 82fb0bc commit 329229d

24 files changed

+515
-420
lines changed

appveyor.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,10 @@ environment:
1616
PGUSER: postgres
1717
PGPASSWORD: Password12!
1818

19-
matrix:
20-
- scenario: all
21-
# - scenario: mysql
22-
23-
2419
for:
2520
- matrix:
2621
only:
2722
- image: Visual Studio 2017
28-
#scenario: all
2923
environment:
3024
mssql_instance: localhost\SQL2017
3125
scenario: windows
@@ -35,34 +29,26 @@ for:
3529
- postgresql
3630
before_test:
3731
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
38-
- psql -c "CREATE USER sa WITH PASSWORD 'Password12!';" -U postgres
39-
- psql -c "ALTER USER sa WITH SUPERUSER;" -U postgres
32+
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
4033
- ps: .\tests\appveyor.prep.ps1
4134

4235
- matrix:
4336
only:
4437
- image: Ubuntu1804
45-
scenario: all
4638
environment:
4739
mssql_instance: localhost
40+
scenario: all
41+
TZ: GMT
4842
services:
4943
- mssql
5044
- mysql
5145
- postgresql
5246
before_test:
53-
- sudo -u postgres psql -c "CREATE USER sa WITH PASSWORD 'Password12!';"
54-
- sudo -u postgres psql -c "ALTER USER sa WITH SUPERUSER;"
47+
- sudo -u postgres psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';"
5548
- ps: .\tests\appveyor.prep.ps1
56-
# - docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
57-
58-
# before_test:
59-
# # run preparation scripts
60-
# - ps: .\tests\appveyor.prep.ps1
61-
# # create postres user
62-
49+
- docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g-r2
6350

6451
test_script:
65-
# Test with native PS version
6652
- ps: .\tests\appveyor.pester.ps1
6753
# Collecting results
6854
- ps: .\tests\appveyor.pester.ps1 -Finalize

bin/lib/net35/dbup-sqlserver.dll

0 Bytes
Binary file not shown.

bin/lib/net45/dbup-core.dll

0 Bytes
Binary file not shown.

bin/lib/net45/dbup-mysql.dll

0 Bytes
Binary file not shown.

bin/lib/net45/dbup-oracle.dll

0 Bytes
Binary file not shown.

bin/lib/net45/dbup-postgresql.dll

512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/lib/netstandard2.0/dbup-core.dll

0 Bytes
Binary file not shown.

bin/lib/netstandard2.0/dbup-mysql.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)