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
- On the test machine, navigate to the directory:
/obdata/data/AndroidTest/ob_opensource_test/tools/deploy
- 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.
Description
During the
view.disk_viewtest on Windows, an error occurs after executingCREATE SEQUENCE s1followed by a bulkINSERTof 30,000 rows usingNEXTVALtwice. The operation triggers error 4332:sequence exceeds MAXVALUE.Steps to Reproduce
/obdata/data/AndroidTest/ob_opensource_test/tools/deployImpact
The test case fails, indicating a potential issue with sequence value handling or overflow checking during bulk insert operations on Windows.