googleapis/nodejs-error-reporting

Configuration class Initialization fuzzing the constructor: Should return default values failed

flaky-bot opened this issue · 5 comments

Note: #597 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 4fa7032
buildURL: Build Status, Sponge
status: failed

Test output
Expected values to be strictly deep-equal:
+ actual - expected
  • '[{"3":{"A6r":96,"bVot":39,"r":64,"w4la":null,"yqgjf4JXJ":"S]r~Xz=ebW"}}]'
  • '{}'

    + expected - actual
    
    -[{"3":{"A6r":96,"bVot":39,"r":64,"w4la":null,"yqgjf4JXJ":"S]r~Xz=ebW"}}]
    +{}
    

AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:

  • actual - expected

  • '[{"3":{"A6r":96,"bVot":39,"r":64,"w4la":null,"yqgjf4JXJ":"S]r~Xz=ebW"}}]'

  • '{}'
    at Object.deepStrictEqual (build/test/util.js:20:12)
    -> /workspace/test/util.ts:25:10
    at /workspace/build/test/unit/configuration.js:63:28
    -> /workspace/test/unit/configuration.ts:68:13
    at Fuzzer.fuzzFunctionForTypes (build/utils/fuzzer.js:204:36)
    -> /workspace/utils/fuzzer.ts:304:30
    at Context. (build/test/unit/configuration.js:61:19)
    -> /workspace/test/unit/configuration.ts:65:11
    at processImmediate (internal/timers.js:461:21)

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (4fa7032), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

I think this is worth looking into, but I'm bumping the priority down to P3

Seems flaky - closing

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: 53cf060
buildURL: Build Status, Sponge
status: failed

Test output
Expected values to be strictly deep-equal:
+ actual - expected
  • [{"0":{"48ElPD1":"/'KaL2rVa^","b":null},"2ng":["u<)al6rjy'",null,";Yc1C\\\\;'t\\"","QjFv}QV8to",null,false,true,null],"ouX2O":{"287e70k7":null,"4y8":{"16":35,"505Mn0k":false,"OtdDELX8H":false,"i":"sL9BHKA2K[","q8WQ":"Scr^^@;N[=","wCxcD8":true},"Gm3y":"~KyK?6,Vd]","KaSv4xAog9":null,"Tr":[false,null,null,">ng4V&ZDNu",null,null],"qT23oNia":null,"vCCZZ2ni":null},"vHBe4f61K":{"6r8s":null,"X0hYJG90x2":true,"k3f":{"odf723n2":83},"l":"{usTU <kvR","vx":"zD/J0.5A+R","z19IY0s6AK":"[5LhoC9cA/"}}]
  • '{}'

    + expected - actual
    
    -[{"0":{"48ElPD1":"/'KaL2rVa^","b":null},"2ng":["u<)al6rjy'",null,";Yc1C\\;'t\"","QjFv}QV8to",null,false,true,null],"ouX2O":{"287e70k7":null,"4y8":{"16":35,"505Mn0k":false,"OtdDELX8H":false,"i":"sL9BHKA2K[","q8WQ":"Scr^^@;N[=","wCxcD8":true},"Gm3y":"~KyK?6,Vd]","KaSv4xAog9":null,"Tr":[false,null,null,">ng4V&ZDNu",null,null],"qT23oNia":null,"vCCZZ2ni":null},"vHBe4f61K":{"6r8s":null,"X0hYJG90x2":true,"k3f":{"odf723n2":83},"l":"{usTU <kvR","vx":"zD/J0.5A+R","z19IY0s6AK":"[5LhoC9cA/"}}]
    +{}
    

AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:

  • actual - expected

  • [{"0":{"48ElPD1":"/'KaL2rVa^","b":null},"2ng":["u<)al6rjy'",null,";Yc1C\\\\;'t\\"","QjFv}QV8to",null,false,true,null],"ouX2O":{"287e70k7":null,"4y8":{"16":35,"505Mn0k":false,"OtdDELX8H":false,"i":"sL9BHKA2K[","q8WQ":"Scr^^@;N[=","wCxcD8":true},"Gm3y":"~KyK?6,Vd]","KaSv4xAog9":null,"Tr":[false,null,null,">ng4V&ZDNu",null,null],"qT23oNia":null,"vCCZZ2ni":null},"vHBe4f61K":{"6r8s":null,"X0hYJG90x2":true,"k3f":{"odf723n2":83},"l":"{usTU <kvR","vx":"zD/J0.5A+R","z19IY0s6AK":"[5LhoC9cA/"}}]

  • '{}'
    at deepStrictEqual (build/test/util.js:20:12)
    -> /workspace/test/util.ts:25:10
    at /workspace/build/test/unit/configuration.js:63:48
    -> /workspace/test/unit/configuration.ts:68:28
    at Fuzzer.fuzzFunctionForTypes (build/utils/fuzzer.js:204:36)
    -> /workspace/utils/fuzzer.ts:304:30
    at Context. (build/test/unit/configuration.js:61:19)
    -> /workspace/test/unit/configuration.ts:65:11
    at processImmediate (internal/timers.js:461:21)

Flaky