-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tmp directory tests are failing on macos #259
Comments
Hi, We've successfully deployed The failure modes differ. Sometimes the failure occurs because the server refuses a connection, sometimes the connection times out, and sometimes an insert will fail because PostgreSQL complains that the database doesn't exist, despite our migration script having run and set up the database prior to the insert failing. For compatibility with Sqitch, which we're using for migrations, we run the server on We've yet to see any of these issues on our aarch64 Macs, nor our x86-64 Linux machines. When I searched the tracker for "macos", I saw this issue. Can you provide some detail on what sorts of failures you're seeing? I'm curious if it has anything to do with our issues. |
Sorry, this was a note to myself to update a test after a change was made to support the TMP environment variable (#256), I'm pretty sure. I don't think there was anything actually wrong. The main issue that I've seen, that I have struggled to understand, is this one: #251.
Huh this actually quite confusing. Something to look out for is the |
I've just had a failure on an Apple Silicon Mac, as well, so this isn't Intel-specific, which is actually comforting. :) |
Can you paste the error message?
…On Thu, Mar 3, 2022 at 4:57 PM Drew Hess ***@***.***> wrote:
I've just had a failure on an Apple Silicon Mac, as well, so this isn't
Intel-specific, which is actually comforting. :)
—
Reply to this email directly, view it on GitHub
<#259 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJEO6HMTUAIIUVH5AH37DU6FNY5ANCNFSM4N2UEPFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have a guess at what might be going on. Let me look into that and if I can't get to the bottom of it, I'll post the gists of the errors. Thanks for your help! |
Sounds good to me!
…On Thu, Mar 3, 2022 at 5:01 PM Drew Hess ***@***.***> wrote:
I have a guess at what might be going on. Let me look into that and if I
can't get to the bottom of it, I'll post the gists of the errors. Thanks
for your help!
—
Reply to this email directly, view it on GitHub
<#259 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJEO3ZYNQJB6UE763VMXDU6FOGNANCNFSM4N2UEPFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: