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

Fix panic on the pool put/get operations #54

Merged

Conversation

bayrinat
Copy link
Contributor

  • Fix panic of interface conversion

    The previous commit fd89a9 added extra & on 'put' to the pool.
    This was the reason of panic on 'get' method:
    panic: interface conversion: interface {} is **[]uint8, not *[]uint8

  • Increase reply timeout on tests
    One millisecond timeout is not enough for ci, increase it to prevent flaps.

The previous commit fd89a9 added extra & on 'put' to the pool.
This was the reason of panic on 'get' method:
panic: interface conversion: interface {} is **[]uint8, not *[]uint8

Signed-off-by: Rinat Baygildin <bayrinat@yandex-team.ru>
Change-Id: Icce0ee55ee4439c4d9842f4c1b82878bcc309331
One millisecond timeout is not enough for ci, increase it to prevent flaps.

Signed-off-by: Rinat Baygildin <bayrinat@yandex-team.ru>
Change-Id: I1534b8ad4ef9e5b76b4fb00213ad377c20083377
Signed-off-by: Rinat Baygildin <bayrinat@yandex-team.ru>
@bayrinat
Copy link
Contributor Author

@ondrej-fabry hello, master is broken, let's fix it. Review and merge plz.

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

2 participants