-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2023-06-26, Server Serverless 2023-07-10
-
162
We recently had a test failure which gave no information about the reason of the failure beside a the location in the code of the failure.
For instance, we should favor the use of
assert.eq(a, b, details);
over
assert(a == b);
An example of code can be found here.
I think we should make similar changes to the `native_tenant_data_isolation*` existing tests we have.