-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Server Serverless 2023-09-04
-
170
Some jscore tests use jsTestName() as their database name, and occasionally add additional text to that string. These strings are too long for multitenancy suites which will prefix the database name with a tenant id (24 characters of hex and one underscore). Instead of giving these tests a hand-written smaller name, we should consider a solution which solves this programmatically and is as future-proof as possible.