File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,6 +255,9 @@ if [[ ${TEST_EXIT_CODE} != 0 ]]; then
255255 echo " [DEBUG] Printing logs"
256256 ls -ltrh /var/log/feast*
257257 cat /var/log/feast-serving-warehouse.log /var/log/feast-core.log
258+
259+ echo " [DEBUG] Printing Python packages list"
260+ pip list
258261fi
259262
260263cd ${ORIGINAL_DIR}
Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ if [[ ${TEST_EXIT_CODE} != 0 ]]; then
229229 echo " [DEBUG] Printing logs"
230230 ls -ltrh /var/log/feast*
231231 cat /var/log/feast-serving-online.log /var/log/feast-core.log
232+
233+ echo " [DEBUG] Printing Python packages list"
234+ pip list
232235fi
233236
234237cd ${ORIGINAL_DIR}
Original file line number Diff line number Diff line change 3737 "pandavro==1.5.*" ,
3838 "protobuf>=3.10" ,
3939 "PyYAML==5.1.*" ,
40- "fastavro==0.*" ,
40+ # fastavro 0.22.10 and newer will throw this error for e2e batch test:
41+ # TypeError: Timestamp subtraction must have the same timezones or no timezones
42+ "fastavro==0.22.9" ,
4143 "kafka-python==1.*" ,
4244 "tabulate==0.8.*" ,
4345 "toml==0.10.*" ,
You can’t perform that action at this time.
0 commit comments