Skip to content

Make tests pass in github codespaces #2437

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

Merged
merged 2 commits into from
Dec 30, 2020
Merged

Make tests pass in github codespaces #2437

merged 2 commits into from
Dec 30, 2020

Conversation

brianc
Copy link
Owner

@brianc brianc commented Dec 29, 2020

There were a few tests which didn't specify a host or port which wasn't working well inside the codespaces docker environment. Added host & port where required. Also noticed one test wasn't actually testing, it was just console.log-ing its output, so I added proper assertions there. Finally set PGTESTNOSSL: true in the codespaces environment until I can get the postgres docker container configured w/ SSL...which I will do l8r.

Now I can much more easily work on my windows machine via the vscode codespaces addon or in a browser on the go. Nifty. Also, this should make doing quick contributions easier as no one needs to set up an environment, just create a codespace for this repo and it will "just work" ™️

There were a few tests which didn't specify a host or port which wasn't working well inside the codespaces docker environment.  Added host & port where required.  Also noticed one test wasn't actually _testing_, it was just `console.log`-ing its output, so I added proper assertions there.  Finally set `PGTESTNOSSL: true` in the codespaces environment until I can get the postgres docker container configured w/ SSL...which I will do l8r.
@brianc brianc merged commit daeafe8 into master Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant