- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestBatchJobSizeInRange (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/batch-job-common-types_test.go
// You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "fmt" "testing" ) func TestBatchJobSizeInRange(t *testing.T) { tests := []struct { objSize int64 sizeFilter BatchJobSizeFilter want bool }{ { // 1Mib < 2Mib < 10MiB -> in range objSize: 2 << 20,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Jan 08 23:22:28 GMT 2024 - 3.3K bytes - Click Count (0)