Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Fix e2e tests
  • Loading branch information
woop committed Mar 23, 2020
commit dc727bcfdc4af2363dfaf9cbb0b5a9abac640dcc
14 changes: 12 additions & 2 deletions infra/scripts/test-end-to-end-batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,18 @@ Starting Feast Core
# Start Feast Core in background
cat <<EOF > /tmp/core.application.yml
grpc:
port: 6565
enable-reflection: true
server:
port: 6565
security:
enabled: false

security:
authentication:
enabled: false
provider: None
authorization:
enabled: false
provider: None

feast:
version: 0.3
Expand Down
14 changes: 12 additions & 2 deletions infra/scripts/test-end-to-end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,18 @@ Starting Feast Core
# Start Feast Core in background
cat <<EOF > /tmp/core.application.yml
grpc:
port: 6565
enable-reflection: true
server:
port: 6565
security:
enabled: false

security:
authentication:
enabled: false
provider: None
authorization:
enabled: false
provider: None

feast:
version: 0.3
Expand Down