Skip to content

Commit dc727bc

Browse files
committed
Fix e2e tests
1 parent 9c7ff64 commit dc727bc

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

infra/scripts/test-end-to-end-batch.sh

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,18 @@ Starting Feast Core
111111
# Start Feast Core in background
112112
cat <<EOF > /tmp/core.application.yml
113113
grpc:
114-
port: 6565
115-
enable-reflection: true
114+
server:
115+
port: 6565
116+
security:
117+
enabled: false
118+
119+
security:
120+
authentication:
121+
enabled: false
122+
provider: None
123+
authorization:
124+
enabled: false
125+
provider: None
116126
117127
feast:
118128
version: 0.3

infra/scripts/test-end-to-end.sh

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,18 @@ Starting Feast Core
9494
# Start Feast Core in background
9595
cat <<EOF > /tmp/core.application.yml
9696
grpc:
97-
port: 6565
98-
enable-reflection: true
97+
server:
98+
port: 6565
99+
security:
100+
enabled: false
101+
102+
security:
103+
authentication:
104+
enabled: false
105+
provider: None
106+
authorization:
107+
enabled: false
108+
provider: None
99109
100110
feast:
101111
version: 0.3

0 commit comments

Comments
 (0)