Daniel Sabsay

Results 9 issues of Daniel Sabsay

Looks like there's a limit to how much text you can put in the query. Is there an easy way to fix this?

I searched the documentation site and the issues here but could not find a precise explanation of whether "fixed revision ranges" are inclusive, exclusive, or half inclusive/exclusive. By "fixed revision...

minor enhancement

### Description When running a NRQL query that uses both `FACET` and `TIMESERIES`, the library returns an error because it cannot encode the results into the structs. ### Go Version...

I'd like to better understand how the module info is inserted by the linker and how it is found by this tool. What I understand so far: The binary is...

See on #6650 ``` query_fuzz_test.go:1649: Error Trace: /home/runner/work/cortex/cortex/integration/query_fuzz_test.go:1649 /home/runner/work/cortex/cortex/integration/query_fuzz_test.go:1534 Error: finished query fuzzing tests Test: TestPrometheusCompatibilityQueryFuzz Messages: 1 test cases failed ```

type/flaky-test

The following table lists the tests that have failed on the `master` branch over the last couple months. These tests can be assumed to be flaky. This data was generated...

type/flaky-test

``` --- FAIL: TestLoader_ShouldCacheIndexNotFoundOnBackgroundUpdates (1.00s) loader_test.go:480: Error Trace: /__w/cortex/cortex/pkg/storage/tsdb/bucketindex/loader_test.go:480 Error: Received unexpected error: # HELP cortex_bucket_index_loaded Number of bucket indexes currently loaded in-memory. # TYPE cortex_bucket_index_loaded gauge -cortex_bucket_index_loaded 1 +cortex_bucket_index_loaded...

type/flaky-test
stale

``` --- FAIL: TestRing_ShuffleShard_Consistency (8.23s) --- FAIL: TestRing_ShuffleShard_Consistency/instances_=_20,_shard_size_=_12,_ring_operation_=_add-instance (0.27s) ring_test.go:1981: Error Trace: /__w/cortex/cortex/pkg/ring/ring_test.go:1981 Error: "2" is not less than or equal to "1" Test: TestRing_ShuffleShard_Consistency/instances_=_20,_shard_size_=_12,_ring_operation_=_add-instance ring_test.go:1982: Error Trace: /__w/cortex/cortex/pkg/ring/ring_test.go:1982 Error:...

type/flaky-test
stale
component/ring

**What this PR does**: Fixes flaky index loader test. Indexes are updates after the loadAttempts counter is incremented. The test only waited until loadAttempts changed. This means the test fails...

type/flaky-test
stale
size/XS