Skip to content

fix: plugin v2 compatibility#597

Open
Malaydewangan09 wants to merge 1 commit intomainfrom
fix/v2
Open

fix: plugin v2 compatibility#597
Malaydewangan09 wants to merge 1 commit intomainfrom
fix/v2

Conversation

@Malaydewangan09
Copy link
Copy Markdown
Member

@Malaydewangan09 Malaydewangan09 self-assigned this Apr 10, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 10, 2026

🧪 Java Unit Tests

TestsPassed ☑️Skipped ⚠️Failed ❌️Time ⏱
Java Tests Report117 ran3 ✅9 ⚠️105 ❌4s 623ms
TestResultTime ⏱
Java Tests Report
OauthAccessTokenTest.run()❌ failure567ms
BigQueryServiceTest.labels()❌ failure125ms
CopyConfigTest.labelsAreNotOverwritten()❌ failure125ms
CopyPartitionsTest.run()❌ failure118ms
CopyPartitionsTest.runSkipEmpty()❌ failure7ms
CopyTest.run()❌ failure118ms
CreateUpdateTableTest.run()❌ failure116ms
CreateUpdateTableTest.runWithoutStandardDefinition()❌ failure4ms
DatasetTest.create()❌ failure118ms
DatasetTest.createException()❌ failure5ms
DatasetTest.createNoException()❌ failure3ms
DatasetTest.createUpdate()❌ failure3ms
DatasetTest.update()❌ failure4ms
DatasetTest.acl()❌ failure4ms
DatasetTest.delete()❌ failure3ms
DeletePartitionsTest.[1] insert=(SELECT 1, DATETIME '2020-04-01 12:30:00.45') UNION ALL (SELECT 2, DATETIME '2020-04-01 13:30:00.45') UNION ALL (SELECT 3, DATETIME '2020-04-01 14:30:00.45') UNION ALL (SELECT 4, DATETIME '2020-04-01 15:30:00.45') UNION ALL (SELECT 5, DATETIME '2020-04-01 16:30:00.45'), partition=DATE_TRUNC(transaction_date, HOUR), partitionType=HOUR, from=2020-04-01T13:00:00, to=2020-04-01T15:00:00❌ failure117ms
DeletePartitionsTest.[2] insert=(SELECT 1, DATETIME '2020-04-01 12:30:00.45') UNION ALL (SELECT 2, DATETIME '2020-04-02 12:30:00.45') UNION ALL (SELECT 3, DATETIME '2020-04-03 12:30:00.45') UNION ALL (SELECT 4, DATETIME '2020-04-04 12:30:00.45') UNION ALL (SELECT 5, DATETIME '2020-04-05 12:30:00.45'), partition=DATE(transaction_date), partitionType=DAY, from=2020-04-02T00:00:00, to=2020-04-04T00:00:00❌ failure5ms
DeletePartitionsTest.[3] insert=(SELECT 1, DATETIME '2020-01-01 12:30:00.45') UNION ALL (SELECT 2, DATETIME '2020-02-02 12:30:00.45') UNION ALL (SELECT 3, DATETIME '2020-03-03 12:30:00.45') UNION ALL (SELECT 4, DATETIME '2020-04-01 12:30:00.45') UNION ALL (SELECT 5, DATETIME '2020-05-05 12:30:00.45'), partition=DATE_TRUNC(transaction_date, MONTH), partitionType=MONTH, from=2020-02-01T00:00:00, to=2020-04-04T00:00:00❌ failure6ms
DeletePartitionsTest.[4] insert=(SELECT 1, DATETIME '2020-01-01 12:30:00.45') UNION ALL (SELECT 2, DATETIME '2021-02-02 12:30:00.45') UNION ALL (SELECT 3, DATETIME '2022-03-03 12:30:00.45') UNION ALL (SELECT 4, DATETIME '2023-04-01 12:30:00.45') UNION ALL (SELECT 5, DATETIME '2024-05-05 12:30:00.45'), partition=DATE_TRUNC(transaction_date, YEAR), partitionType=YEAR, from=2021-01-01T00:00:00, to=2023-01-01T00:00:00❌ failure4ms
DeletePartitionsTest.[5] insert=(SELECT 1, DATETIME '2020-01-01 12:30:00.45') UNION ALL (SELECT 2, DATETIME '2021-02-02 12:30:00.45') UNION ALL (SELECT 3, DATETIME '2022-03-03 12:30:00.45') UNION ALL (SELECT 4, DATETIME '2023-04-01 12:30:00.45') UNION ALL (SELECT 5, DATETIME '2024-05-05 12:30:00.45'), partition=RANGE_BUCKET(transaction_id, GENERATE_ARRAY(0, 100, 1)) , partitionType=RANGE, from=2, to=4❌ failure6ms
DeleteTableTest.run()❌ failure115ms
ExtractToGcsTest.toCsv()❌ failure43ms
LoadFromGcsTest.fromJson()❌ failure4ms
LoadTest.fromAvro()❌ failure4ms
LoadTest.fromCsv()❌ failure1ms
LoadTest.fromEmpty()❌ failure5ms
QueryConfigTest.labelsAreNotOverwritten()❌ failure121ms
QueryErrorTest.shouldRetryOnBackendError(WireMockRuntimeInfo)❌ failure133ms
QueryErrorTest.shouldRetryOnBackendErrorWhenFetchingResults(WireMockRuntimeInfo)❌ failure3ms
QueryTest.scriptMultipleNoOutput()❌ failure117ms
QueryTest.destination()❌ failure5ms
QueryTest.[1] fetch=true, fetchType=null❌ failure5ms
QueryTest.[2] fetch=false, fetchType=FETCH❌ failure2ms
QueryTest.script()❌ failure3ms
QueryTest.scriptError()❌ failure2ms
QueryTest.error()❌ failure2ms
QueryTest.[1] fetch=true, fetchType=null❌ failure6ms
QueryTest.[2] fetch=false, fetchType=FETCH❌ failure6ms
QueryTest.retry()❌ failure7ms
QueryTest.[1] store=true, fetchType=null❌ failure4ms
QueryTest.[2] store=false, fetchType=STORE❌ failure5ms
QueryTest.dryRunQuery()❌ failure4ms
StorageWriteTest.run()❌ failure113ms
TableMetadataTest.dontExistsNoError()❌ failure114ms
TableMetadataTest.dontExistsError()❌ failure3ms
TableMetadataTest.view()❌ failure2ms
TableMetadataTest.table()❌ failure1ms
TriggerTest.flow()❌ failure115ms
GCloudCLITest.run()❌ failure114ms
InvokeWorkflowTest.shouldFailWithInvalidWorkflowConfigId()❌ failure113ms
InvokeWorkflowTest.shouldFailWithInvalidRepositoryId()❌ failure3ms
InvokeWorkflowTest.shouldInvokeWorkflowWithWaitFalse()❌ failure3ms
InvokeWorkflowTest.shouldInvokeWorkflowWithWaitTrue()❌ failure4ms
DeleteTest.run()❌ failure112ms
GetTest.run()❌ failure112ms
QueryTest.runFetchNotEqualToWithOrderBy()❌ failure113ms
QueryTest.runFetchNoWhere()❌ failure3ms
QueryTest.runStored()❌ failure2ms
QueryTest.runFetchMultipleWhere()❌ failure1ms
QueryTest.runFetch()❌ failure1ms
SetTest.runMap()❌ failure126ms
SetTest.runString()❌ failure3ms
SetTest.runNull()❌ failure1ms
BucketTest.create()❌ failure121ms
BucketTest.createException()❌ failure2ms
BucketTest.createNoException()❌ failure2ms
BucketTest.createUpdate()❌ failure2ms
BucketTest.update()❌ failure1ms
BucketTest.acl()❌ failure1ms
BucketTest.iamPolicy()❌ failure2ms
BucketTest.delete()❌ failure3ms
BucketTest.createBucketWithDeleteLifecycleRule()❌ failure1ms
BucketTest.createBucketWithSetStorageClassLifecycleRule()❌ failure1ms
ComposeTest.run()❌ failure4ms
ComposeTest.runWithDefaultListingType()❌ failure1ms
CopyTest.sameException()❌ failure4ms
CopyTest.run()❌ failure1ms
DeleteBucketTest.forceFalse_shouldDeleteBucket()❌ failure111ms
DeleteBucketTest.forceTrue_shouldCallDeleteListBeforeDeletingBucket()❌ failure2ms
DeleteBucketTest.shouldThrow404WhenBucketNotFound()❌ failure1ms
DeleteListTest.run()❌ failure3ms
DeleteTest.fromStorage()❌ failure3ms
DownloadTest.fromStorage()❌ failure4ms
DownloadsTest.run()❌ failure113ms
ListTest.shouldNotLimitFilesWhenMaxFilesIsNotSet()❌ failure3ms
ListTest.shouldListOnlyFilesWithFilesFilter()❌ failure2ms
ListTest.shouldLimitFilesWhenMaxFilesIsSet()❌ failure1ms
ListTest.run()❌ failure2ms
TriggerTest.shouldExecuteOnCreate()❌ failure113ms
TriggerTest.moveFromFlow()❌ failure2ms
TriggerTest.shouldExecuteOnUpdate()❌ failure18ms
TriggerTest.move()❌ failure1ms
TriggerTest.none()❌ failure1ms
TriggerTest.shouldExecuteOnCreateOrUpdate()❌ failure2ms
UploadTest.fromStorage()❌ failure4ms
ClusterMetadataTest.run()❌ failure111ms
PushTest.run()❌ failure120ms
QueryTest.run()❌ failure111ms
TriggerTest.evaluate()❌ failure114ms
PublishThenConsumeTest.runWithMessagesWithOrderingKey()❌ failure111ms
PublishThenConsumeTest.runWithFile()❌ failure3ms
PublishThenConsumeTest.runWithJson()❌ failure2ms
PublishThenConsumeTest.runWithList()❌ failure2ms
RealtimeTriggerTest.flow()❌ failure110ms
TriggerTest.flow()❌ failure114ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant