Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConcurrentWeightCalculation (0.1 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/SmartProjectComparatorTest.java

            long weightC = comparator.getProjectWeight(ProjectDependencyGraphStub.C);
            assertEquals(weightB, weightC, "Projects B and C should have the same weight");
        }
    
        @Test
        void testConcurrentWeightCalculation() throws Exception {
            // Test that concurrent weight calculation doesn't cause recursive update issues
            // This test simulates the scenario that causes the IllegalStateException
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Aug 06 12:03:40 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top