medusa-project / book-tracker

Medusa Book Tracker
0 stars 0 forks source link

Failing TempStore and BookStore Tests #35

Closed gaurijo closed 1 year ago

gaurijo commented 1 year ago

Image

Image

adolski commented 1 year ago

I'm not familiar with either of these errors, but I'd guess it's a strong possibility that the test failures are being caused by whatever is wrong with Minio.

gaurijo commented 1 year ago

@adolski I think you're right. I'm going to see if I can reinstall minio because I believe I originally installed it under x86_64 architecture and that might be why things are bugging out on my end.

In the mean time, if there are other book-tracker issues that I can get started on please feel free to move them to the to-do column and I'll get to them soon.

gaurijo commented 1 year ago

This seems to be resolved now. As expected, I needed to reinstall minio for ARM(arch -arm64 brew install minio) and restart it (brew services restart minio).

Tests now pass again and the error about storage no longer pops up when I access the minio url.