Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 23T (0.02 sec)

  1. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MemoryAmountTest.groovy

            '23K'    | 23L * 1024
            '23m'    | 23L * 1024 * 1024
            '23M'    | 23L * 1024 * 1024
            '23g'    | 23L * 1024 * 1024 * 1024
            '23G'    | 23L * 1024 * 1024 * 1024
            '23t'    | 23L * 1024 * 1024 * 1024 * 1024
            '23T'    | 23L * 1024 * 1024 * 1024 * 1024
        }
    
        def "invalid string notation #notation"() {
            when:
            MemoryAmount.of(notation)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. internal/s3select/select_test.go

            <Enabled>FALSE</Enabled>
        </RequestProgress>
    </SelectObjectContentRequest>
    `), wantResult: `{"shipdate":"1996-03-15T"}
    {"shipdate":"1996-04-14T"}
    {"shipdate":"1996-01-31T"}
    {"shipdate":"1996-04-23T"}
    {"shipdate":"1996-04T"}`,
    		},
    	}
    
    	for i, testCase := range testTable {
    		t.Run(fmt.Sprint(i), func(t *testing.T) {
    			testdataFile := "testdata/lineitem_shipdate.parquet"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
Back to top