-
Notifications
You must be signed in to change notification settings - Fork 137
Description
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

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