Coder Social home page Coder Social logo

Comments (3)

xuefengze avatar xuefengze commented on September 25, 2024

q16 failed without chaos-mesh.
https://buildkite.com/risingwave-test/ch-benchmark-pg-cdc/builds/200

from risingwave.

cyliu0 avatar cyliu0 commented on September 25, 2024

Reproduced in ch-benchmark-pg-cdc-20240206-040048. The source tables are synced completed. Something wrong with the query.

https://buildkite.com/risingwave-test/ch-benchmark-pg-cdc/builds/203#018d7c92-00f0-4993-81ee-26288f847171

bin/qa consistency compare --upstream-driver postgres --upstream-port 54321 --upstream-user postgres --upstream-password postgres --upstream-database-name postgres --downstream-port 45678 --downstream-user root --downstream-password "" --downstream-database-name dev -t ch_benchmark_q16
{
    "consistent": false,
    "table-compare-results": [
        {
            "consistent": false,
            "table-checksums": [
                {
                    "url": "postgres://postgres:postgres@localhost:54321/postgres",
                    "table-name": "ch_benchmark_q16",
                    "table-checksum": 7521164819788754079,
                    "table-rows": 99977
                },
                {
                    "url": "postgres://root:@localhost:45678/dev",
                    "table-name": "ch_benchmark_q16",
                    "table-checksum": -7032245099579614466,
                    "table-rows": 99977
                }
            ]
        }
    ]
}

bin/qa consistency compare --upstream-driver postgres --upstream-port 54321 --upstream-user postgres --upstream-password postgres --upstream-database-name postgres --downstream-port 45678 --downstream-user root --downstream-password "" --downstream-database-name dev -t stock,item                                                         
{
    "consistent": true,
    "table-compare-results": [
        {
            "consistent": true,
            "table-checksums": [
                {
                    "url": "postgres://postgres:postgres@localhost:54321/postgres",
                    "table-name": "stock",
                    "table-checksum": 3121076962066288589,
                    "table-rows": 100000
                },
                {
                    "url": "postgres://root:@localhost:45678/dev",
                    "table-name": "stock",
                    "table-checksum": 3121076962066288589,
                    "table-rows": 100000
                }
            ]
        },
        {
            "consistent": true,
            "table-checksums": [
                {
                    "url": "postgres://postgres:postgres@localhost:54321/postgres",
                    "table-name": "item",
                    "table-checksum": -7200303760742608541,
                    "table-rows": 100000
                },
                {
                    "url": "postgres://root:@localhost:45678/dev",
                    "table-name": "item",
                    "table-checksum": -7200303760742608541,
                    "table-rows": 100000
                }
            ]
        }
    ]
}

from risingwave.

fuyufjh avatar fuyufjh commented on September 25, 2024

Might be the same reason of #15057. Feel free to reopen if it recurs.

from risingwave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.