[YSQL] Fix org.yb.pgsql.TestYsqlUpgrade#migratingIsEquivalentToReinitdb test #25743
Open
1 task done
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
Jira Link: DB-15025
Description
This test, run by:
fails if it is run on a operating system that has a different version of glibc from the version in the saved system catalog snapshot it compares against.
The error looks like:
Here the operating system the test is being run on has glibc version 2.39 but the snapshot was made on a system with 2.28.
You can easily find out the glibc version by the following command:
The code that takes this version and puts it in pg_collation table is:
Probably fixing the test means making it ignore this field. For testing purposes, you can hardwire a different version above and it will make the test fail currently.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: