Skip to content

Overhaul - #145

Open
vaartis wants to merge 6 commits into
hamiltop:masterfrom
vaartis:master
Open

Overhaul#145
vaartis wants to merge 6 commits into
hamiltop:masterfrom
vaartis:master

Conversation

@vaartis

@vaartis vaartis commented Mar 10, 2018

Copy link
Copy Markdown

I'm not sure if this library is dead or not, but i've done some oberhauling on it, it should fix most of the warnings and make tests pass (except the 2 i didn't figure out how to fix)

@norpan

norpan commented Apr 6, 2018

Copy link
Copy Markdown
Contributor

Elixir 1.6 needs OTP 19 or higher. I made a pull request #146 to test all Elixir/OTP compatible versions from 1.3 and upwards. You could merge that and see what happens.

@vaartis

vaartis commented Apr 6, 2018

Copy link
Copy Markdown
Author

I dunno, they fail locally too, with OTP 20

@norpan

norpan commented Apr 7, 2018

Copy link
Copy Markdown
Contributor

The ssl test fails because of a bad certificate, and should be removed. The other test that fails does not fail if I replace the test file with the one from master, so it's something in the test itself. I see that you have changed the test to create and remove the test database, perhaps that has something to do with it?

@vaartis

vaartis commented Apr 11, 2018

Copy link
Copy Markdown
Author

I don't really have time to work on it now..

@norpan

norpan commented Apr 11, 2018

Copy link
Copy Markdown
Contributor

I can make a new version of this on top of the current master, if you don't have time. Maybe we should fix one thing at a time.

@vaartis

vaartis commented Apr 11, 2018

Copy link
Copy Markdown
Author

Please do make a new one then

@norpan

norpan commented Apr 12, 2018

Copy link
Copy Markdown
Contributor

We should probably also use the new "mix format" to make merging easier in the future. I'll make a list of things to fix in a new issue and then we can tick them off.

vaartis added 6 commits April 16, 2018 14:09
This includes:

* Fix missing parens errors
* Creation/Removal of the `test` database for each test suit
* Removal of a test that depends on the external httpbin
  service (unreliable)
* Removal of a JS test (causes worker crash sometimes)
* Making most of the tests synchronious, because of database creation/dropping
* Traling whitespace removal
* Comparing geospatial values in delta instead of plain ==

Couldn't get the SSL and reconnection test to work
@vaartis

vaartis commented Apr 16, 2018

Copy link
Copy Markdown
Author

Fixed conflects there were there and rebased on master. Tests should pass i think.

@vaartis

vaartis commented Apr 16, 2018

Copy link
Copy Markdown
Author

Im not sure how geospatial tests work but they fail..

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.

2 participants