Skip to content

[Windows] [mysqltest] view.disk_view test fails with error 4332 'sequence exceeds MAXVALUE' after CREATE SEQUENCE and bulk INSERT #593

@chyujing

Description

@chyujing

Description

During the view.disk_view test on Windows, an error occurs after executing CREATE SEQUENCE s1 followed by a bulk INSERT of 30,000 rows using NEXTVAL twice. The operation triggers error 4332: sequence exceeds MAXVALUE.

Steps to Reproduce

  1. On the test machine, navigate to the directory: /obdata/data/AndroidTest/ob_opensource_test/tools/deploy
  2. Execute the relevant test case.

Impact

The test case fails, indicating a potential issue with sequence value handling or overflow checking during bulk insert operations on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions