Skip to content

Commit

Permalink
Automated deployment: Thu Jan 18 09:16:39 UTC 2024 525a0c5
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jan 18, 2024
1 parent 1342d7d commit 496629f
Show file tree
Hide file tree
Showing 47 changed files with 4,286 additions and 3 deletions.
40 changes: 40 additions & 0 deletions 525a0c53bdd1f23cda93bb5342653aea04d250a8_integration-v1/89/app.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

=== Test project_root: /tmp/pytest-of-runner/pytest-0/project0


Invoking dbt with ['build']
09:15:56 Running with dbt=1.7.4
09:15:56 Registered adapter: firebolt=1.4.4
09:15:56 Unable to do partial parsing because saved manifest not found. Starting full parse.
09:15:57 Found 1 model, 1 seed, 0 sources, 0 exposures, 0 metrics, 410 macros, 0 groups, 0 semantic models
09:15:57
09:15:59 Concurrency: 1 threads (target='default')
09:15:59
09:15:59 1 of 2 START sql table model actual ............................................ [RUN]
09:16:01 1 of 2 OK created sql table model actual ....................................... [SUCCESS in 2.16s]
09:16:01 2 of 2 START seed file expected ................................................ [RUN]
09:16:03 2 of 2 OK loaded seed file public.expected ..................................... [INSERT 1 in 1.68s]
09:16:03
09:16:03 Finished running 1 table model, 1 seed in 0 hours 0 minutes and 5.89 seconds (5.89s).
09:16:03
09:16:03 Completed successfully
09:16:03
09:16:03 Done. PASS=2 WARN=0 ERROR=0 SKIP=0 TOTAL=2
Expected: [('float_col', 'REAL', None)]
Actual: [('float_col', 'REAL', None)]

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN"
"","","","0","0","1","0","0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"uid" : "b1a8273437954620fa374b796ffaacdd",
"children" : [ {
"name" : "test_check_types_assert_match",
"uid" : "21ede2a0f9331f6e",
"parentUid" : "b1a8273437954620fa374b796ffaacdd",
"status" : "passed",
"time" : {
"start" : 1705569356410,
"stop" : 1705569366727,
"duration" : 10317
},
"flaky" : false,
"newFailed" : false,
"parameters" : [ ]
} ],
"name" : "behaviors"
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"uid" : "4b4757e66a1912dae1a509f688f20b0f",
"children" : [ ],
"name" : "categories"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"uid" : "83edc06c07f9ae9e47eb6dd1b683e4e2",
"children" : [ {
"name" : "tests.functional.adapter.utils.test_data_types",
"children" : [ {
"name" : "test_check_types_assert_match",
"uid" : "21ede2a0f9331f6e",
"parentUid" : "226ca62245d67fb2b4fdcfb670ef61f2",
"status" : "passed",
"time" : {
"start" : 1705569356410,
"stop" : 1705569366727,
"duration" : 10317
},
"flaky" : false,
"newFailed" : false,
"parameters" : [ ]
} ],
"uid" : "tests.functional.adapter.utils.test_data_types"
} ],
"name" : "packages"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description"
"passed","Thu Jan 18 09:15:56 GMT 2024","Thu Jan 18 09:16:06 GMT 2024","10317","tests.functional.adapter.utils","test_data_types","TestTypeFloat","","","test_check_types_assert_match",""
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"uid" : "98d3104e051c652961429bf95fa0b5d6",
"children" : [ {
"name" : "tests.functional.adapter.utils",
"children" : [ {
"name" : "test_data_types",
"children" : [ {
"name" : "TestTypeFloat",
"children" : [ {
"name" : "test_check_types_assert_match",
"uid" : "21ede2a0f9331f6e",
"parentUid" : "40e05a3c9a19c53cb317f421225a47ef",
"status" : "passed",
"time" : {
"start" : 1705569356410,
"stop" : 1705569366727,
"duration" : 10317
},
"flaky" : false,
"newFailed" : false,
"parameters" : [ ]
} ],
"uid" : "40e05a3c9a19c53cb317f421225a47ef"
} ],
"uid" : "1461ef34e9603b26432ea7c6f9faab4c"
} ],
"uid" : "71dba6428044218488b6f962ae2b4dcf"
} ],
"name" : "suites"
}
Loading

0 comments on commit 496629f

Please sign in to comment.