Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
5a5b7f2
python to manage e2e dependencies
pyalex Oct 22, 2020
51a7f11
all tests running
pyalex Oct 22, 2020
dafe895
run tests on github action
pyalex Oct 23, 2020
0bd30cc
fixing e2e action
pyalex Oct 23, 2020
3e93b5f
pass version as option
pyalex Oct 23, 2020
ef30da1
setup python
pyalex Oct 23, 2020
d054591
setup python
pyalex Oct 23, 2020
43d3641
setup python
pyalex Oct 23, 2020
e16543c
pass feast version
pyalex Oct 23, 2020
82ebdf3
python style
pyalex Oct 23, 2020
cba58d6
fix make python
pyalex Oct 23, 2020
4c40307
fixes for 3.6
pyalex Oct 23, 2020
4c6b9b4
add missing fixtures
pyalex Oct 23, 2020
6e2a847
test with setuid
pyalex Oct 23, 2020
d198d2f
use provided postgres
pyalex Oct 23, 2020
4959565
use postgres host
pyalex Oct 23, 2020
6255772
debug
pyalex Oct 23, 2020
51d39cc
debug
pyalex Oct 23, 2020
c29fd20
debug
pyalex Oct 23, 2020
8596aad
try set uid
pyalex Oct 23, 2020
f5cb160
patch postgres executor
pyalex Oct 23, 2020
cbf0ef4
patch postgres executor
pyalex Oct 23, 2020
b8951ac
install postgres
pyalex Oct 23, 2020
8a085bf
always set uid
pyalex Oct 23, 2020
0fd02b8
su
pyalex Oct 23, 2020
85fbb03
debug
pyalex Oct 23, 2020
8cc59b6
debug
pyalex Oct 23, 2020
d1f4fb6
debug
pyalex Oct 23, 2020
3389dbe
pass PATH
pyalex Oct 23, 2020
96a6b50
pass HOME
pyalex Oct 23, 2020
e04cd9f
external services fixtures
pyalex Oct 25, 2020
e07f713
gcp tests
pyalex Oct 25, 2020
dbf1ad1
fix test requirements install
pyalex Oct 25, 2020
93e9393
fixing tests requirements
pyalex Oct 25, 2020
2b65977
fixing tests requirements
pyalex Oct 25, 2020
ee69301
make historical test storage agnostic
pyalex Oct 25, 2020
07eaf08
unify test options
pyalex Oct 25, 2020
6eadb67
fix noopredis init
pyalex Oct 25, 2020
54946ac
fix streaming test
pyalex Oct 25, 2020
1dd9768
gcp test
pyalex Oct 26, 2020
e5e983e
lint
pyalex Oct 26, 2020
adaa91c
test scopes
pyalex Oct 26, 2020
6b16c7a
add dataproc to ci requiremenets
pyalex Oct 26, 2020
ce63eca
zookeper fixture
pyalex Oct 26, 2020
d5ab3dc
freeze grpcio
pyalex Oct 26, 2020
6beb7dc
return pytest requirements to ci
pyalex Oct 26, 2020
41793b9
freeze google sdk
pyalex Oct 26, 2020
e1dd22e
fix dataproc cancel
pyalex Oct 26, 2020
26fd919
check kafka consumers before publish
pyalex Oct 26, 2020
84833b3
enable tests with auth
pyalex Oct 26, 2020
b07c8a4
wait for job to stop
pyalex Oct 26, 2020
3fbcb6a
unique kafka topic name per test
pyalex Oct 26, 2020
9a18ed5
upgrade kafka python
pyalex Oct 26, 2020
e6ef09a
format
pyalex Oct 26, 2020
c5e3952
use redis cluster in gcp tests
pyalex Oct 27, 2020
ac26fb2
e2e redis internal lb
pyalex Oct 27, 2020
d063045
pass redis cluster config to serving
pyalex Oct 27, 2020
a58ed22
pass redis cluster config to serving
pyalex Oct 27, 2020
031c8ba
handle kafka admin incorrect parsing
pyalex Oct 27, 2020
5f706cf
format
pyalex Oct 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing e2e action
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Oct 27, 2020
commit 0bd30ccf056d23f670c01ee14f105214fddd3e5f
2 changes: 1 addition & 1 deletion .github/workflows/complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
maven-version: 3.6.3
- name: test
run: |
apt-get update && apt-get install python3-pip postgresql libpq-dev redis-server
apt-get update && apt-get install -y python3-pip postgresql libpq-dev redis-server
make build-java-no-tests
pip3 install -U pip
pip3 install -qe sdk/python
Expand Down