Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 4194304 (0.18 sec)

  1. src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java

                // Then
                long expectedCapacity = alloc * sectPerAlloc * bytesPerSect;
                assertEquals(expectedCapacity, fileFsSizeInfo.getCapacity());
                assertEquals(4194304L, fileFsSizeInfo.getCapacity()); // 1024 * 8 * 512
            }
    
            @Test
            @DisplayName("Should calculate free space correctly")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java

                // Then
                long expectedCapacity = alloc * sectPerAlloc * bytesPerSect;
                assertEquals(expectedCapacity, fileFsFullSizeInfo.getCapacity());
                assertEquals(4194304L, fileFsFullSizeInfo.getCapacity()); // 1024 * 8 * 512
            }
    
            @Test
            @DisplayName("Should calculate free space correctly using caller available units")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 30.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - Fixed computing backoff delay when using Job pod failure policy, by including in the backoff delay calculation pod failures ignored from the backoffLimit counter. ([#119434](https://github.com/kubernetes/kubernetes/pull/119434), [@mimowo](https://github.com/mimowo))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
Back to top