Skip to content

Commit

Permalink
[test] Reduce the number of tests for BloomFilter64Test.testFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy authored Apr 8, 2024
1 parent 6506720 commit fd905dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package org.apache.paimon.utils;

import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.RepeatedTest;
import org.junit.jupiter.api.Test;

import java.util.ArrayList;
import java.util.List;
Expand All @@ -30,7 +30,7 @@ public class BloomFilter64Test {

private static final Random RANDOM = new Random();

@RepeatedTest(10000)
@Test
public void testFunction() {
BloomFilter64 bloomFilter64 = new BloomFilter64(10000, 0.02);

Expand Down

0 comments on commit fd905dd

Please sign in to comment.