feat: content delivery last publish files #7940
test.yml
on: pull_request
Build backend 🏗️
5m 15s
Build frontend 🏗️
2m 14s
Install E2E dependencies ⬇️
1m 15s
Frontend static check 🪲
2m 42s
E2E Static Check 🪲
35s
Ktlint 🪲
1m 36s
Matrix: BT 🔎
Matrix: E2E testing 🔎
Everything passed 🎉
0s
Annotations
58 errors and 30 warnings
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config with auto publish():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:01.318+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('269'::int8),('TRUE'::boolean),('c0f7df295918b7b0a180717ac85aa5c7'),('.'),('FALSE'::boolean),('2024-12-12 16:29:01.318+00'),('1000039001'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not set custom slug on update without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:01.566+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('270'::int8),('TRUE'::boolean),('e0d9d96fc115ec3dead5dcb6e9a27161'),('.'),('FALSE'::boolean),('2024-12-12 16:29:01.566+00'),('1000039002'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► throws when custom storage removed and generated slug is kept():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:01.768+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('271'::int8),('TRUE'::boolean),('1f61e3fe9c9ca42995910667a7c7f007'),('.'),('FALSE'::boolean),('2024-12-12 16:29:01.768+00'),('1000039003'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:01.948+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('272'::int8),('TRUE'::boolean),('31ea0142c3d9c6b1e07dfed079cb5078'),('.'),('FALSE'::boolean),('2024-12-12 16:29:01.948+00'),('1000039004'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not regenerate slug when not using custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:02.151+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('273'::int8),('TRUE'::boolean),('3518b389426d9201ad960270ce39a66a'),('.'),('FALSE'::boolean),('2024-12-12 16:29:02.151+00'),('1000039005'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► adds custom slug on update():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:02.341+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('274'::int8),('TRUE'::boolean),('c1acc41bc8b480c8c38e2eed17410543'),('.'),('FALSE'::boolean),('2024-12-12 16:29:02.341+00'),('1000039006'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► lists content delivery configs():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:02.517+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('275'::int8),('TRUE'::boolean),('d70a4e8fb29da9cd224dec3c09f49bf4'),('.'),('FALSE'::boolean),('2024-12-12 16:29:02.517+00'),('1000039007'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config without pruning():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:02.694+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('276'::int8),('TRUE'::boolean),('de087c4fa065ba6b06f7fa4ab9fc166d'),('.'),('FALSE'::boolean),('2024-12-12 16:29:02.694+00'),('1000039008'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► updates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:02.92+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('277'::int8),('TRUE'::boolean),('71d3afb7e782ed46e0fe3d06505caa28'),('.'),('FALSE'::boolean),('2024-12-12 16:29:02.92+00'),('1000039009'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► publishes to s3():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:03.093+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('278'::int8),('TRUE'::boolean),('a149bc4239a0970e4aa6265c16da3401'),('.'),('FALSE'::boolean),('2024-12-12 16:29:03.093+00'),('1000039010'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not create with custom slug without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:03.269+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('279'::int8),('TRUE'::boolean),('7b3c884820f6fb4d0a3ef21e5afb24ca'),('.'),('FALSE'::boolean),('2024-12-12 16:29:03.269+00'),('1000039011'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
BT 🔎 (server-app:runStandardTests)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (server-app:runStandardTests)
Final attempt failed. Child_process exited with error code 1
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config with auto publish():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.2+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('269'::int8),('TRUE'::boolean),('7312c12ebcd8addeb437bd1e8422ef25'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.2+00'),('1000039001'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not set custom slug on update without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.455+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('270'::int8),('TRUE'::boolean),('fc1ef4219b9c1e71ab23289fb8bb6cdc'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.455+00'),('1000039002'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► throws when custom storage removed and generated slug is kept():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.651+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('271'::int8),('TRUE'::boolean),('aa6215a22dcf86522ae9713a37cd15f0'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.651+00'),('1000039003'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.844+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('272'::int8),('TRUE'::boolean),('4d6529569b02313dc260e219af755ffc'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.844+00'),('1000039004'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not regenerate slug when not using custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.048+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('273'::int8),('TRUE'::boolean),('29d1a05bbbacbb8b4191d507ae12d6c2'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.048+00'),('1000039005'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► adds custom slug on update():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.252+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('274'::int8),('TRUE'::boolean),('80c6c39e87a9779e735f6ea0d8de950e'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.252+00'),('1000039006'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► lists content delivery configs():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.46+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('275'::int8),('TRUE'::boolean),('8f549e85b8fb07d07843e7d00d426912'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.46+00'),('1000039007'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config without pruning():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.666+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('276'::int8),('TRUE'::boolean),('ecffd334d21f23ae6550f428cc1b7fd3'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.666+00'),('1000039008'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► updates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.862+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('277'::int8),('TRUE'::boolean),('fe724bc62f3e7692822a6b8d60540b0d'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.862+00'),('1000039009'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► publishes to s3():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:09.035+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('278'::int8),('TRUE'::boolean),('067204de6f02a50acee382d6124ac520'),('.'),('FALSE'::boolean),('2024-12-12 16:29:09.035+00'),('1000039010'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not create with custom slug without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:09.21+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('279'::int8),('TRUE'::boolean),('3b05382abbceb07cc9825c2f0a79a86a'),('.'),('FALSE'::boolean),('2024-12-12 16:29:09.21+00'),('1000039011'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config with auto publish():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:06.628+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('269'::int8),('TRUE'::boolean),('ca2852a50ada277dea0c3eba407b097a'),('.'),('FALSE'::boolean),('2024-12-12 16:29:06.628+00'),('1000039001'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not set custom slug on update without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:06.903+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('270'::int8),('TRUE'::boolean),('ba79e153df11f91118abfc9085075f8d'),('.'),('FALSE'::boolean),('2024-12-12 16:29:06.903+00'),('1000039002'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► throws when custom storage removed and generated slug is kept():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.178+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('271'::int8),('TRUE'::boolean),('19058a8cc3fb3b6b621c6e8945f9e0f2'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.178+00'),('1000039003'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.369+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('272'::int8),('TRUE'::boolean),('e2131e87da7240ec1fb934c967673a03'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.369+00'),('1000039004'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not regenerate slug when not using custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.582+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('273'::int8),('TRUE'::boolean),('ac0964cf8d5ebe13108e11990daf1b39'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.582+00'),('1000039005'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► adds custom slug on update():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:07.852+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('274'::int8),('TRUE'::boolean),('c172cdf17674d7e26881cd2ea4247498'),('.'),('FALSE'::boolean),('2024-12-12 16:29:07.852+00'),('1000039006'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► lists content delivery configs():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.039+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('275'::int8),('TRUE'::boolean),('4d162f4bc6e5a795107791d02b8a0102'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.039+00'),('1000039007'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config without pruning():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.223+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('276'::int8),('TRUE'::boolean),('802aa670b2f2aa4a9320e503fb7ba6e5'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.223+00'),('1000039008'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► updates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.412+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('277'::int8),('TRUE'::boolean),('4d9b24f840b477a4aa80f9073015b200'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.412+00'),('1000039009'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► publishes to s3():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.635+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('278'::int8),('TRUE'::boolean),('41c9638430c34f191bb0904c3a793237'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.635+00'),('1000039010'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not create with custom slug without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:08.82+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('279'::int8),('TRUE'::boolean),('b91816d2cff50d592e8d46206c8a3bfc'),('.'),('FALSE'::boolean),('2024-12-12 16:29:08.82+00'),('1000039011'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
BT 🔎 (server-app:runContextRecreatingTests)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (server-app:runContextRecreatingTests)
Final attempt failed. Child_process exited with error code 1
|
BT 🔎 (server-app:runWebsocketTests)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (server-app:runWebsocketTests)
Final attempt failed. Child_process exited with error code 1
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config with auto publish():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:12.757+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('269'::int8),('TRUE'::boolean),('c5881011b0e62d02723acd28c753236f'),('.'),('FALSE'::boolean),('2024-12-12 16:29:12.757+00'),('1000039001'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not set custom slug on update without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:13.001+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('270'::int8),('TRUE'::boolean),('cbb0244eb9d9dec5bbc4d8fba35f9770'),('.'),('FALSE'::boolean),('2024-12-12 16:29:13.001+00'),('1000039002'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► throws when custom storage removed and generated slug is kept():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:13.242+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('271'::int8),('TRUE'::boolean),('0237ab12b6719574ea7ebf47efb765d6'),('.'),('FALSE'::boolean),('2024-12-12 16:29:13.242+00'),('1000039003'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:13.447+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('272'::int8),('TRUE'::boolean),('d47db8af5c06098e3782dbc84d1272c6'),('.'),('FALSE'::boolean),('2024-12-12 16:29:13.447+00'),('1000039004'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not regenerate slug when not using custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:13.677+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('273'::int8),('TRUE'::boolean),('301d8c61d572f73c42885ebd4403ebc8'),('.'),('FALSE'::boolean),('2024-12-12 16:29:13.677+00'),('1000039005'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► adds custom slug on update():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:13.952+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('274'::int8),('TRUE'::boolean),('0aa187c6b02c66622f184c68e1aec697'),('.'),('FALSE'::boolean),('2024-12-12 16:29:13.952+00'),('1000039006'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► lists content delivery configs():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:14.169+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('275'::int8),('TRUE'::boolean),('3550fb92daac7c32dd860e4156361027'),('.'),('FALSE'::boolean),('2024-12-12 16:29:14.169+00'),('1000039007'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► creates content delivery config without pruning():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:14.354+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('276'::int8),('TRUE'::boolean),('aa5da151947b2ea7373f863b0704a72b'),('.'),('FALSE'::boolean),('2024-12-12 16:29:14.354+00'),('1000039008'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► updates content delivery config():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:14.539+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('277'::int8),('TRUE'::boolean),('15dbd122a68fecf86399895a4adeaae4'),('.'),('FALSE'::boolean),('2024-12-12 16:29:14.539+00'),('1000039009'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► publishes to s3():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:14.716+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('278'::int8),('TRUE'::boolean),('eb592d75ecef6bd3a386ba415194d9c0'),('.'),('FALSE'::boolean),('2024-12-12 16:29:14.716+00'),('1000039010'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest ► does not create with custom slug without custom storage():
backend/data/src/main/kotlin/io/tolgee/service/contentDelivery/ContentDeliveryConfigService.kt#L104
Failed test found in:
ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigControllerEeTest.xml
Error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute batch [Batch entry 0 insert into content_delivery_config (content_storage_id,created_at,custom_slug,file_structure_template,filter_key_id,filter_key_id_not,filter_key_prefix,filter_namespace,filter_state,filter_tag,filter_tag_in,filter_tag_not_in,format,languages,last_published,last_published_files,message_format,name,project_id,prune_before_publish,slug,structure_delimiter,support_arrays,updated_at,id) values ((NULL),('2024-12-12 16:29:14.892+00'),('FALSE'::boolean),(NULL),(NULL),(NULL),(NULL),(NULL),('["TRANSLATED","REVIEWED"]'),(NULL),(NULL),(NULL),('0'::int2),(NULL),(NULL),(NULL),(NULL),('Default server'),('279'::int8),('TRUE'::boolean),('c01684edf93dec7766ebc92832e60cc7'),('.'),('FALSE'::boolean),('2024-12-12 16:29:14.892+00'),('1000039011'::int8)) was aborted: ERROR: column "last_published_files" of relation "content_delivery_config" does not exist
|
BT 🔎 (ee-test:test)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (ee-test:test)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 14)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 8)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 3)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 5)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 6)
Final attempt failed. Child_process exited with error code 1
|
Everything passed 🎉
Process completed with exit code 1.
|
E2E Static Check 🪲
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install E2E dependencies ⬇️
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ktlint 🪲
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build frontend 🏗️
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Frontend static check 🪲
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build backend 🏗️
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (security:test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (data:test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (server-app:runWithoutEeTests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (server-app:runStandardTests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (server-app:runContextRecreatingTests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (server-app:runWebsocketTests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
BT 🔎 (ee-test:test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E testing 🔎 (15, 6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Everything passed 🎉
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "backend", "backend_test_reports_data_test", "backend_test_reports_ee-test_test", "backend_test_reports_security_test", "backend_test_reports_server-app_runContextRecreatingTests", "backend_test_reports_server-app_runStandardTests", "backend_test_reports_server-app_runWebsocketTests", "backend_test_reports_server-app_runWithoutEeTests", "e2e", "e2e_deps", "e2e_server_log_14", "e2e_server_log_3", "e2e_server_log_5", "e2e_server_log_6", "e2e_server_log_8", "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
backend
|
237 MB |
|
backend_test_reports_data_test
|
302 KB |
|
backend_test_reports_ee-test_test
|
7.65 MB |
|
backend_test_reports_security_test
|
56.1 KB |
|
backend_test_reports_server-app_runContextRecreatingTests
|
7.65 MB |
|
backend_test_reports_server-app_runStandardTests
|
7.66 MB |
|
backend_test_reports_server-app_runWebsocketTests
|
7.66 MB |
|
backend_test_reports_server-app_runWithoutEeTests
|
2.3 MB |
|
e2e
|
681 KB |
|
e2e_deps
|
198 MB |
|
e2e_server_log_14
|
1.62 MB |
|
e2e_server_log_3
|
12.2 MB |
|
e2e_server_log_5
|
4.24 MB |
|
e2e_server_log_6
|
4.13 MB |
|
e2e_server_log_8
|
2.62 MB |
|
webapp
|
6.44 MB |
|