-
Notifications
You must be signed in to change notification settings - Fork 87
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
Unable to run tests #238
Comments
Hi! Thanks for letting me know! I've just newly cloned the master branch and ran the My proceduregit clone https://github.com/tafia/quick-protobuf.git
cd quick-protobuf/
./run_test.sh > runlog 2>&1 # log to runlog Possible source of errors?Click to expand contents of runlog
You might notice that there's a bunch of files generated at the start of my output that I don't see in your output; namely
Do you think you could let me know the leadup to how you ran the tests? The test works by:
From the error messages, it looks like some files have not been generated, which potentially lines up with the difference in output. The code that generates them is ultimately in |
Okay I think this might be because of OS issues. I was originally trying on macOS, running on my linux box, everything works out fine. |
seems like CI would catch all such issues. Ideally the tests should run with a simple |
Trying to run tests with the
run_test.sh
I get quite a lot of failures: https://gist.github.com/dignifiedquire/c03ae16417f9f27fe4eabd1e5c823d7eRunning
cargo test -p quick-protobuf
also fails.Any guidance how to run them locally would be appreciated.
The text was updated successfully, but these errors were encountered: