Github user afs commented on the issue:

    https://github.com/apache/jena/pull/151
  
    The simplest case I have found so far:
    
    Run `TestRemoteEndpointConnection` twice in the suite
    ```
    @Suite.SuiteClasses({
        TestRemoteEndpointConnection.class
        , TestRemoteEndpointConnection.class
    ```
    
    and have only tests `connection_statement_query_select_max_rows_01` and 
`connection_prepared_statement_select_01` (every other test is commented out).
    
    This causes a failure in the second run of 
`connection_statement_query_select_max_rows_01`. 
    
    Other combinations of a test of each kind also fails in the same way.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to