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

Create a test to install and run tests of all golang projects packaged in Fedora 24 (rawhide). #1

Open
ingvagabund opened this issue Sep 27, 2015 · 0 comments

Comments

@ingvagabund
Copy link
Contributor

As a golang ecosystem maintainer I would like to run tests of all golang projects so I can see which tests are passing and which are failing. As build system does not have to provide full environment experience, I want to be able to provide internet access and additional custom configuration.

The emphasis here is to prepare first prototype so I can just run 'gofed-tests test' or similar command. It will install all golang projects and run all tests for each project in a random order. It will report for each tests its status (possible a backtrace) so I can create a statistics and reproduce failed tests. The primary architecture is x86_64. The second step will be to tests only individual tress/graphs of dependencies. So when some golang project is updated, I don't want to run tests of projects, that are not affected by the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants