Thang Pham

Results 16 issues of Thang Pham

Are there any ways to focus a `TextView` element? My use case is that I want to create a select list using `LinearLayout` (vertical) and `TextView`. This results in an...

**Describe the bug** The `cursors` field in the cursor-based page object can be null if the page returned by the request is empty. Assuming it is non-nullable makes deserializing the...

bug
help wanted

Resolves #2097 - use timeline modification's `lsn` and timeline's `last_record_lsn` to determine the corresponding LSN to query data in `DatadirModification::get` - update `test_import_from_pageserver`. Split the test into 2 variants: `small`...

Example failed runs: test_tenant_config: https://github.com/neondatabase/neon/runs/7740489518?check_suite_focus=true https://github.com/neondatabase/neon/runs/7740120513?check_suite_focus=true test_pageserver_restart: https://github.com/neondatabase/neon/runs/7740425335?check_suite_focus=true https://github.com/neondatabase/neon/runs/7740118966?check_suite_focus=true https://github.com/neondatabase/neon/runs/7781089364?check_suite_focus=true Related: - https://github.com/neondatabase/neon/pull/2210#issuecomment-1205029496 - https://github.com/neondatabase/neon/issues/1814 - https://github.com/neondatabase/neon/pull/1834 - https://github.com/neondatabase/neon/pull/2060

a/test
t/flaky

Example failed runs: https://github.com/neondatabase/neon/runs/7739496574?check_suite_focus=true https://github.com/neondatabase/neon/runs/7758969477?check_suite_focus=true

a/test
t/flaky

Example failed runs: https://github.com/neondatabase/neon/runs/7740424684?check_suite_focus=true https://github.com/neondatabase/neon/runs/7740121190?check_suite_focus=true https://github.com/neondatabase/neon/runs/7739496537?check_suite_focus=true https://github.com/neondatabase/neon/runs/7758820107?check_suite_focus=true

a/test
t/flaky

Resolves #2212. - use `wait_for_last_flush_lsn` in `test_timeline_physical_size_*` tests ## Context Need to wait for the pageserver to catch up with the compute's last flush LSN because during the timeline physical...

- Use ancestor's latest flush LSN as the ancestor starting LSN if not specified when branching in tests. See https://github.com/neondatabase/neon/pull/2143#issuecomment-1194634272