Skip to content

Call installTrustManager BeforeAll TransportMapTest.java#104

Merged
patrick-austin merged 2 commits intomasterfrom
install_trust_manager
Nov 5, 2025
Merged

Call installTrustManager BeforeAll TransportMapTest.java#104
patrick-austin merged 2 commits intomasterfrom
install_trust_manager

Conversation

@patrick-austin
Copy link

@patrick-austin patrick-austin commented Nov 4, 2025

Suspect that some change in environment has caused:

  • Order of tests to change, such that TransportMapTest used to run before an instance of another test calling installTrustManager, but it no longer does
  • Order of Lucene doc ids (not ICAT ids) to change, meaning we can no longer assert that one is greater than the other. Really the only important thing here is the ICAT ids are ordered, the Lucene doc ids should be different but not necessarily ordered.

Attempted to follow the pattern of passing javax.net.ssl.trustStore like ICAT server does, but seemingly this is not compatible with Arquillian embedding?

@patrick-austin patrick-austin merged commit 5e3fef9 into master Nov 5, 2025
2 checks passed
@patrick-austin patrick-austin deleted the install_trust_manager branch November 5, 2025 10:42
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.

2 participants