googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

[test]protobuf to 3.25.4 for v2.39.2 #2298

Open zhumin8 opened 1 month ago

zhumin8 commented 1 month ago

test for lts7 only.

zhumin8 commented 1 month ago

ci/units(17) error message:

Error:  Failures: 
Error:    RetryInfoTest.testMutateRowsDisableRetryInfo:285->verifyRetryInfoCanBeDisabled:563 expected to be less than: PT2S
but was                 : PT2.188633565S

retrying.

Test: Integration

[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 300.7 s <<< FAILURE! -- in com.google.cloud.bigtable.data.v2.it.BuiltinMetricsIT
[ERROR] com.google.cloud.bigtable.data.v2.it.BuiltinMetricsIT.testBuiltinMetricsWithCustomOTEL -- Time elapsed: 146.7 s <<< FAILURE!
actual value does not match expected value, actual value 0 expected value 2 actual start time seconds: 1722014520
nanos: 1000000
 expected start time seconds: 1722014474
nanos: 451000000

expected to be in range: [1..3]
but was                : 0
    at com.google.cloud.bigtable.data.v2.it.BuiltinMetricsIT.verifyMetricsWithMetricsReader(BuiltinMetricsIT.java:402)
    at com.google.cloud.bigtable.data.v2.it.BuiltinMetricsIT.testBuiltinMetricsWithCustomOTEL(BuiltinMetricsIT.java:322)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   BuiltinMetricsIT.testBuiltinMetricsWithCustomOTEL:322->verifyMetricsWithMetricsReader:402 actual value does not match expected value, actual value 0 expected value 2 actual start time seconds: 1722014520
nanos: 1000000
 expected start time seconds: 1722014474
nanos: 451000000

expected to be in range: [1..3]
but was                : 0
[INFO] 
[ERROR] Tests run: 71, Failures: 1, Errors: 0, Skipped: 2
zhumin8 commented 1 month ago

update: ci/units(17) error resolved after retry.