You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<testcase name="testTooManyNotebookParents" classname="com.researchspace.service.impl.DBDataIntegrityCheckerTest" time="1.307">
<error message="Unauthorised attempt by user userwgvxTyPK to user can't read the form [1]" type="org.apache.shiro.authz.AuthorizationException">org.apache.shiro.authz.AuthorizationException: Unauthorised attempt by user userwgvxTyPK to user can't read the form [1]
at com.researchspace.service.impl.DBDataIntegrityCheckerTest.testTooManyNotebookParents(DBDataIntegrityCheckerTest.java:26)
</error>
</testcase>
<testcase name="testOnAppStartup" classname="com.researchspace.service.impl.DBDataIntegrityCheckerTest" time="0.011"/>
Following https://github.com/rspace-os/rspace-web/blob/main/DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md,
I am running the extended tests after a successful RSpace compilation, but the following operation
mvn clean test -Denvironment=drop-recreate-db
results in the error
OS: Ubuntu v22.04.4 LTS
OpenJDK v17.0.11
mariadb v11.4.2
PS: The fast test completes successfully when I execute
mvn clean test -Dfast=true
The text was updated successfully, but these errors were encountered: