GithubHelp home page GithubHelp logo

Comments (2)

cockroach-teamcity avatar cockroach-teamcity commented on July 18, 2024

ccl/backupccl.TestOnlineRestoreBasic failed with artifacts on master @ 6b22014dec8c5e8e6006d710ed05bab5b01b4ae2:

=== RUN   TestOnlineRestoreBasic
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/44cc1cc0ef77f902d6c266f2a388abb1/logTestOnlineRestoreBasic3049318939
    test_log_scope.go:81: use -show-logs to present logs inline
    testutils.go:299: no Invalid Descriptors
    testutils.go:299: no Invalid Descriptors
    restore_online_test.go:96: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/44cc1cc0ef77f902d6c266f2a388abb1/logTestOnlineRestoreBasic3049318939
--- FAIL: TestOnlineRestoreBasic (5.57s)
=== RUN   TestOnlineRestoreBasic/incremental=true
    restore_online_test.go:90: query 'SELECT create_statement FROM [SHOW CREATE TABLE data.bank]': expected:
        CREATE TABLE public.bank (
        	id INT8 NOT NULL,
        	balance INT8 NULL,
        	payload STRING NULL,
        	CONSTRAINT bank_pkey PRIMARY KEY (id ASC),
        	FAMILY fam_0_id_balance_payload (id, balance, payload)
        )
        
        got:
        CREATE TABLE public.bank (
        	id INT8 NOT NULL,
        	balance INT8 NULL,
        	payload STRING NULL,
        	CONSTRAINT bank_pkey PRIMARY KEY (id ASC),
        	FAMILY fam_0_id_balance_payload (id, balance, payload)
        ) WITH (sql_stats_automatic_collection_enabled = false)
        
    --- FAIL: TestOnlineRestoreBasic/incremental=true (1.34s)
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

from cockroach.

stevendanna avatar stevendanna commented on July 18, 2024

We think this is caused by a missing ORDER BY in the query that waits for the job to complete.

from cockroach.

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.