Skip to content
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

Normalizing tests across languages.. #46

Open
krs-world opened this issue Aug 7, 2020 · 6 comments
Open

Normalizing tests across languages.. #46

krs-world opened this issue Aug 7, 2020 · 6 comments
Assignees

Comments

@krs-world
Copy link
Contributor

I am trying to get the tests to be teh same across languages. Currently focused on C++ and Java. Will likely need help to write missing tests in Python. Should be done with C++/Java tests soon.

@krs-world
Copy link
Contributor Author

C++ and Java are synced.. Python is missing the following tests:

face_shp_coll.py
linechart.py
sorting_benchmark

I removed mountain path test, since its already in the assignment repo.

@krs-world
Copy link
Contributor Author

Done with all python tests except sorting benchmark.. which is also there in the assignment repo.

@esaule
Copy link
Member

esaule commented Aug 12, 2020

here are the missing test as of now:

the python equivalent of graph_map_test.java

the java and python equivalent of osm.cpp. osm.cpp test the graph building while osm_snippet only test the data access.

the c++ and python equivalent of sortingbenchmark.java

the java and python version of wikidata_actor_snippet.cpp

@krs-world
Copy link
Contributor Author

I will do some of the simpler ones first. Matthew, can you help as well? We want to wrap this up soon.

@krs-world
Copy link
Contributor Author

Update: osm test for Java done, Python almost there (Matthew to take a look at this)
graph_map_test.py is done.
osm_snippet is already there for all 3 languages.

@krs-world
Copy link
Contributor Author

sorting benchmark for C++ and python done - copy from assignment repo.

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

No branches or pull requests

3 participants