codecov-commenter commented on PR #17524: URL: https://github.com/apache/pinot/pull/17524#issuecomment-3774598438
### :x: 35 Tests Failed: | Tests completed | Failed | Passed | Skipped | |---|---|---|---| | 15477 | 35 | 15442 | 34 | <details><summary>View the top 3 failed test(s) by shortest run time</summary> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex</code></pre> > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_DOUBLE,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.segment.local.utils.TableConfigUtilsTest::testInvertedFSTIndexWithoutDictionary</code></pre> > <details><summary>Stack Traces | 0.002s run time</summary> > > > <pre><code class="language-python"> > > The exception was thrown with the wrong message: expected ".*inverted FST.*dictionary.*" but got "Column 'test_col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.segment.local.utils.TableConfigUtilsTest::testFSTIndexWithoutDictionary</code></pre> > <details><summary>Stack Traces | 0.004s run time</summary> > > > <pre><code class="language-python"> > > The exception was thrown with the wrong message: expected ".*fst_index.*dictionary.*" but got "Cannot create FST index on column: test_col without dictionary"</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.segment.local.utils.TableConfigUtilsTest::testValidateFieldConfig</code></pre> > <details><summary>Stack Traces | 0.008s run time</summary> > > > <pre><code class="language-python">Range index with forward index disabled no dictionary column is allowed</code></pre> > > </details> </details> <details><summary>View the full list of 31 :snowflake: flaky test(s)</summary> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_BOOLEAN,inverted_index](233)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_BOOLEAN,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_BOOLEAN,range_index](237)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.002s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_mv_BOOLEAN,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_BYTES,inverted_index](401)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected error: "Caught exception while reading data" for test case: raw_mv_BYTES,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_DOUBLE,inverted_index](161)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_DOUBLE,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_DOUBLE,range_index](165)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_mv_DOUBLE,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_FLOAT,inverted_index](113)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_FLOAT,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_FLOAT,range_index](117)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_mv_FLOAT,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_INT,inverted_index](17)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.003s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_INT,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_INT,range_index](21)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_mv_INT,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_LONG,inverted_index](65)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_LONG,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_LONG,range_index](69)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_mv_LONG,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_STRING,inverted_index](329)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_STRING,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_TIMESTAMP,inverted_index](281)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_mv_TIMESTAMP,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_mv_TIMESTAMP,range_index](285)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_mv_TIMESTAMP,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_BIG_DECIMAL,inverted_index](197)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_BIG_DECIMAL,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_BIG_DECIMAL,range_index](201)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Unsupported data type: BIG_DECIMAL" for test case: raw_sv_BIG_DECIMAL,range_index but got: "Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_BOOLEAN,inverted_index](221)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_BOOLEAN,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_BOOLEAN,range_index](225)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.002s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_sv_BOOLEAN,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_BYTES,inverted_index](389)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected error: "Caught exception while reading data" for test case: raw_sv_BYTES,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_DOUBLE,inverted_index](149)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_DOUBLE,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_DOUBLE,range_index](153)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_sv_DOUBLE,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_FLOAT,inverted_index](101)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_FLOAT,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_FLOAT,range_index](105)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_sv_FLOAT,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_INT,inverted_index](5)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.016s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_INT,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_INT,range_index](9)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_sv_INT,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_JSON,inverted_index](365)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_JSON,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_LONG,inverted_index](53)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_LONG,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_LONG,range_index](57)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_sv_LONG,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_STRING,inverted_index](317)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_STRING,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_TIMESTAMP,inverted_index](269)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected error: "Cannot create inverted index for raw index column: col" for test case: raw_sv_TIMESTAMP,inverted_index but got: "Column 'col' has inverted_index enabled but dictionary is disabled. Inverted index requires dictionary encoding to be enabled."</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.core.data.manager.TableIndexingTest::testAddIndex[raw_sv_TIMESTAMP,range_index](273)</code></pre> > **Flake rate in main:** 89.74% (Passed 4 times, Failed 35 times) > <details><summary>Stack Traces | 0.001s run time</summary> > > > <pre><code class="language-python">Expected success for test case: raw_sv_TIMESTAMP,range_index but got error: java.lang.IllegalStateException: Column 'col' has range_index enabled but dictionary is disabled. Range index requires dictionary encoding to be enabled.</code></pre> > > </details> </details> To view more test analytics, go to the [Test Analytics Dashboard](https://app.codecov.io/gh/apache/pinot/tests/rsrkpatwari1234%3Arsrkpatwari1234-17398) <sub>📋 Got 3 mins? [Take this short survey](https://forms.gle/22i53Qa1CySZjA6c7) to help us improve Test Analytics.</sub> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
