Skip to content

Dtle 2.19.05.0 schema and tables copy crossing #461

@yaqigithub

Description

@yaqigithub

Description
first create a table level job,then create schema and tables, the job filter is invalid

Steps to reproduce the issue:
1.create a table level job
job.6.14.json.txt

2.create schema and tables in Src
create database db1;
create table `sbtest1`( `id` int(50) NOT NULL, PRIMARY KEY(`id`));
create table `yuyuy`( `id` int(50) NOT NULL, PRIMARY KEY(`id`));
3.show the result in Src and Dest

Describe the results you received:
All table copy to Dest.db1

Describe the results you expected:
only sbtest1 copy to Dest.db1
Output of ./dtle version:

Dtle 2.19.05.0 (git: 2.19.05.0 6597c279707070cf5217082a229e4b592788ea2d)

Additional information you deem important (e.g. issue happens only occasionally):
Use automated test do not find this problem,but when we add ‘Given sleep "10"s’ before
create database it can be recurrent
image

Additional details (log, config, job config etc):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions