Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Extended tests failure #6

Open
ll4strw opened this issue Jun 7, 2024 · 0 comments
Open

[BUG] Extended tests failure #6

ll4strw opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ll4strw
Copy link
Collaborator

ll4strw commented Jun 7, 2024

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

<testcase name="testTooManyNotebookParents" classname="com.researchspace.service.impl.DBDataIntegrityCheckerTest" time="1.307">
    <error message="Unauthorised attempt by user userwgvxTyPK to user can&apos;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"/>

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

@ll4strw ll4strw added the bug Something isn't working label Jun 7, 2024
@tilorspace tilorspace assigned mKowalski256 and unassigned tilorspace Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants