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

[DROOLS-7570] Hang in JpaPersistentStatefulSessionTest #5544

Closed
wants to merge 1 commit into from

Conversation

tkobayas
Copy link
Contributor

@tkobayas tkobayas commented Oct 4, 2023

  • Temporarily disabled because of test hang

JIRA:
https://issues.redhat.com/browse/DROOLS-7570

- Temporarily disabled because of test hang
@tkobayas
Copy link
Contributor Author

tkobayas commented Oct 4, 2023

In this Jenkins CI, test hanged at a different test class JpaBasedPersistenceTest.

[INFO] Running org.drools.persistence.map.impl.JpaBasedPersistenceTest
running H2 server
10:27:51.501 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
running H2 server
10:27:51.579 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
running H2 server
10:27:51.951 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
running H2 server
10:27:52.052 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
buddy inserted
running H2 server
10:27:52.162 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
running H2 server
10:27:52.247 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
running H2 server
10:27:52.372 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
running H2 server
10:27:52.466 [main] WARN  o.h.b.i.SessionFactoryOptionsBuilder.interpretConnectionHandlingMode:673 - HHH90000023: Encountered use of deprecated Connection handling settings [hibernate.connection.acquisition_mode]or [hibernate.connection.release_mode]; use [hibernate.connection.handling_mode] instead
buddy inserted

So I cannot tell which test cases are the blocker (or a Jenkins node issue?).

I found that #5543 has got successful. It means the hang was not a real hang. Just log was being stopped.

Closing

@tkobayas tkobayas closed this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant