BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
678 stars 268 forks source link

Avoid OOME in SimpleTest #2158

Closed GuntherRademacher closed 1 year ago

GuntherRademacher commented 1 year ago

Sorry for coming back to this, but there are two test cases in SimpleTest that are now causing out-of-memory after the recent changes with respect to ranges:

      { "Limits 11", "0 to 9223372036854775807" },
      { "Limits 11", "-9223372036854775807 to 9223372036854775807" },

I guess these just have to go now.

ChristianGruen commented 1 year ago

You are so right. Thanks.

GuntherRademacher commented 1 year ago

Thank you!