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

bugfix: decimal uses a test variable #233

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

oleg-jukovec
Copy link
Collaborator

The patch replaces usage of a test variable DecimalPrecision by a package-level variable decimalPrecision in the decimal package code.

I didn't forget about (remove if it is not applicable):

See:

  1. decimalPrecision = 38
  2. DecimalPrecision = decimalPrecision

@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/fix-decimal-export branch from 620edb3 to 9262f6b Compare November 18, 2022 15:29
Copy link
Member

@DifferentialOrange DifferentialOrange left a comment

Choose a reason for hiding this comment

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

As far as I understand, there is no way to test this one?

@oleg-jukovec
Copy link
Collaborator Author

oleg-jukovec commented Nov 18, 2022

As far as I understand, there is no way to test this one?

To be honest, I don't have any ideas =) I just noticed the problem.

CHANGELOG.md Outdated Show resolved Hide resolved
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/fix-decimal-export branch from 9262f6b to a652a7c Compare November 22, 2022 12:12
The patch replaces usage of a test variable DecimalPrecision by
a package-level variable decimalPrecision in the decimal package
code.
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/fix-decimal-export branch from a652a7c to 8c526f0 Compare November 22, 2022 12:15
@oleg-jukovec oleg-jukovec changed the title bugfix: decimal use a test variable bugfix: decimal uses a test variable Nov 22, 2022
@oleg-jukovec oleg-jukovec merged commit 7e86795 into master Nov 24, 2022
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/fix-decimal-export branch November 24, 2022 15:36
oleg-jukovec added a commit that referenced this pull request Dec 28, 2022
Overview

    The release improves compatibility with new Tarantool versions.

Breaking changes

    There are no breaking changes in the release.

New features

    Support iproto feature discovery (#120).

    Support errors extended information (#209).

    Support error type in MessagePack (#209).

    Support event subscriptin (#119).

    Support session settings (#215).

    Support pap-sha256 authorization method (Tarantool EE
    feature) (#243).

    Support graceful shutdown (#214).

Bugfixes

    Decimal package uses a test variable DecimalPrecision instead
    of a package-level variable decimalPrecision (#233).

    Flaky test TestClientRequestObjectsWithContext (#244).

    Flaky test multi/TestDisconnectAll (#234).
@oleg-jukovec oleg-jukovec mentioned this pull request Dec 28, 2022
oleg-jukovec added a commit that referenced this pull request Dec 29, 2022
Overview

    The release improves compatibility with new Tarantool versions.

Breaking changes

    There are no breaking changes in the release.

New features

    Support iproto feature discovery (#120).

    Support errors extended information (#209).

    Support error type in MessagePack (#209).

    Support event subscription (#119).

    Support session settings (#215).

    Support pap-sha256 authorization method (Tarantool EE
    feature) (#243).

    Support graceful shutdown (#214).

Bugfixes

    Decimal package uses a test variable DecimalPrecision instead
    of a package-level variable decimalPrecision (#233).

    Flaky test TestClientRequestObjectsWithContext (#244).

    Flaky test multi/TestDisconnectAll (#234).
oleg-jukovec added a commit that referenced this pull request Dec 30, 2022
Overview

    The release improves compatibility with new Tarantool versions.

Breaking changes

    There are no breaking changes in the release.

New features

    Support iproto feature discovery (#120).

    Support errors extended information (#209).

    Support error type in MessagePack (#209).

    Support event subscription (#119).

    Support session settings (#215).

    Support pap-sha256 authorization method (Tarantool EE
    feature) (#243).

    Support graceful shutdown (#214).

Bugfixes

    Decimal package uses a test variable DecimalPrecision instead
    of a package-level variable decimalPrecision (#233).

    Flaky test TestClientRequestObjectsWithContext (#244).

    Flaky test multi/TestDisconnectAll (#234).
pull bot pushed a commit to kokizzu/go-tarantool that referenced this pull request Jan 1, 2023
Overview

    The release improves compatibility with new Tarantool versions.

Breaking changes

    There are no breaking changes in the release.

New features

    Support iproto feature discovery (tarantool#120).

    Support errors extended information (tarantool#209).

    Support error type in MessagePack (tarantool#209).

    Support event subscription (tarantool#119).

    Support session settings (tarantool#215).

    Support pap-sha256 authorization method (Tarantool EE
    feature) (tarantool#243).

    Support graceful shutdown (tarantool#214).

Bugfixes

    Decimal package uses a test variable DecimalPrecision instead
    of a package-level variable decimalPrecision (tarantool#233).

    Flaky test TestClientRequestObjectsWithContext (tarantool#244).

    Flaky test multi/TestDisconnectAll (tarantool#234).
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.

3 participants