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

Disable testing against Go 1.3 ~ 1.6 to improve tests #21

Merged
merged 1 commit into from
Jul 16, 2018
Merged

Conversation

theckman
Copy link
Member

@theckman theckman commented Jul 16, 2018

In preparation for executing on #15 (already opened in #17) we need to disable
testing against older versions of the Go toolchain. There are a few reasons for
this, the largest being they don't support subtests. These versions, including
Go 1.7 and 1.8, are EOL by the Go authors so there's also lack of upstream
support for these toolchains.

This was discussed a bit in #18 and on Slack.

Fixes #18

Signed-off-by: Tim Heckman t@heckman.io

@theckman theckman requested review from acln0 and niaow July 16, 2018 07:50
@coveralls
Copy link

coveralls commented Jul 16, 2018

Pull Request Test Coverage Report for Build 66

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.006%) to 98.131%

Totals Coverage Status
Change from base Build 55: -0.006%
Covered Lines: 315
Relevant Lines: 321

💛 - Coveralls

@theckman
Copy link
Member Author

theckman commented Jul 16, 2018

0 of 0 changed or added relevant lines in 0 files are covered.
Overall coverage decreased (-0.006%) to 98.131%

@coveralls wat?

README.md Outdated
but it is not tested and support for this version is not actively maintained.
This package is regularly tested against Go 1.7+, due to older versions not
supporting subtests. This package may work perfectly fine with Go 1.2+, but it
is not tested against and support for these older versions is not actively
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but it is not tested against and support for these [...]

This phrasing sounds a little odd to me. It may be because I'm not a native English speaker, but I had to read it a couple of times to understand the meaning.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acln0 patch applied -- how's it look now?

@theckman
Copy link
Member Author

Gonna trigger a CI re-run.

Copy link
Member

@acln0 acln0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@theckman theckman force-pushed the no_old_go branch 2 times, most recently from 8bf09fc to 944b2c7 Compare July 16, 2018 08:05
In preparation for executing on #15 (already opened in #17) we need to disable
testing against older versions of the Go toolchain. There are a few reasons for
this, the largest being they don't support subtests. These versions, including
Go 1.7 and 1.8, are EOL by the Go authors so there's also lack of upstream
support for these toolchains.

This was discussed a bit in #18 and on [Slack](https://gophers.slack.com/archives/CBP4N9BEU/p1531704009000014).

Fixes #18

Signed-off-by: Tim Heckman <t@heckman.io>
@theckman theckman merged commit 45ce966 into master Jul 16, 2018
theckman added a commit that referenced this pull request Jul 16, 2018
Disable testing against Go 1.3 ~ 1.6 to improve tests

Signed-off-by: Tim Heckman <t@heckman.io>
@zerkms zerkms deleted the no_old_go branch July 18, 2018 07:21
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.

None yet

3 participants