Aidan Daly
Aidan Daly
> Could you take a look at the failing postgres tests? @mtrezza I changed those failing tests to only mongo. Without pulling in a storage adapter such as the fs...
Yes that is correct. There would need to be inbuilt storage adapters to test for postgres. I've made the other PRs: - https://github.com/parse-community/parse-server-fs-adapter/pull/76 - https://github.com/parse-community/parse-server-s3-adapter/pull/229
> Could you change the test from `it` to `it_only_db('mongo')` I believe it's called. I think I covered this in [18157be](https://github.com/parse-community/parse-server/pull/9286/commits/18157be45eb38121ee71f16a6b6f8f54e7a8915f) already? The one current fail appears to be one...
Yes I installed tart via brew, exact same as https://github.com/cirruslabs/tart?tab=readme-ov-file#usage
We found that the issue is that homebrew is installed at a different path in the system than the candidate listed here: https://github.com/shapehq/tartelet/blob/e6bcb76c2ddec8052cc8bb8d697c7f4e75a55be8/Packages/VirtualMachine/Sources/VirtualMachineData/Internal/TartLocator.swift#L19 Could you provide an option to customize...