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

upgrade github.com/future-architect/tagscanner v1.0.1 => v1.0.3 #36

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

modockey
Copy link
Collaborator

@modockey modockey commented Jan 26, 2023

#Issue
#35

Related Topic

future-architect/tagscanner#2

Changed Points

upgrade github.com/future-architect/tagscanner v1.0.1 => v1.0.3

Add a test that calls Exec() in parallel.

What's I hope

  1. After this pull request merge, I hope a new version be released.
  2. Because go-twowayssql is using tagscanner, we can't use go-twowqysql in the goroutine. I want a new version using the new tagscanner.

e2e_test.go Outdated
(/*EmpNo*/1, /*deptNo*/1, /*firstName*/'firstName', /*lastName*/'lastName', /*email*/'temp', CURRENT_TIMESTAMP)
`

eg := new(errgroup.Group)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

When I use errgroup.WithContext,
This test fails in the line 220.

 e2e_test.go:220: select: failed: context canceled

@ma91n ma91n merged commit 8e56fc4 into master Jan 27, 2023
@ma91n ma91n deleted the feature/Issues#35 branch January 27, 2023 02:00
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