Open-event-frontend: Failing Build of Development Branch

Created on 28 May 2019  Â·  7Comments  Â·  Source: fossasia/open-event-frontend

After the integration of Live Reload in the app according to PR #3007 , Some test are failing .
Screenshot 2019-05-28 at 7 50 30 AM

bug

Most helpful comment

@CosmicCoder96 will take a look at this locally later tonight (IST)

All 7 comments

it hasn't really been affected by livereload, other PRs are also randomly failing. @niranjan94 Can you help with this? I am not sure what's causing random TimeOuts on acceptance tests which requires login.

@CosmicCoder96 @niranjan94 I checked it out , Its very random, Two of my PR's were failing Travis due to acceptance test which required login , but as soon as I rebased them Travis Build Passed ,
Similarly in our Development Branch yesterday after you merged PR related to Live reload the build failed and after a new commit today Build is Passing

@CosmicCoder96 will take a look at this locally later tonight (IST)

What was the reason for this?

@mrsaicharan1 TBH , Still not known ,Failing was 'random' but the issue could be with Assert(login) as all the failing test cases were related to with Login

@niranjan94 I did gather some SS of random build failures in PR's

1-:

Screenshot 2019-06-05 at 5 10 31 PM

2 -:

Screenshot 2019-06-07 at 8 41 23 AM

3 -:

not ok 1124 Chrome 74.0 - [4647 ms] - Acceptance | login: logout at /logout
    ---
        actual: >
            /login
        expected: >
            /
        stack: >
                at Object._callee4$ (http://localhost:7357/assets/tests.js:774:24)
                at tryCatch (http://localhost:7357/assets/vendor.js:10750:40)
                at Generator.invoke [as _invoke] (http://localhost:7357/assets/vendor.js:10984:22)
                at Generator.prototype.<computed> [as next] (http://localhost:7357/assets/vendor.js:10802:21)
                at asyncGeneratorStep (http://localhost:7357/assets/tests.js:668:105)
                at _next (http://localhost:7357/assets/tests.js:670:196)
        negative: >
            false
Was this page helpful?
0 / 5 - 0 ratings