Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI test failures on master #836

Closed
bgentry opened this issue Jul 24, 2018 · 1 comment
Closed

CI test failures on master #836

bgentry opened this issue Jul 24, 2018 · 1 comment
Labels

Comments

@bgentry
Copy link
Contributor

bgentry commented Jul 24, 2018

There are a handful of failing tests on master, which can be seen in the build for #835. These failures occur on ember-release, ember-beta, and ember-canary scenarios:

not ok 8 Chrome 68.0 - Ember Debug - Object Inspector: An Ember Object is correctly transformed into an inspection hash
    ---
        actual: >
            "My Object"
        expected: >
            My Object
        stack: >
                at Object.<anonymous> (http://localhost:7357/testing/assets/tests.js:6032:14)
                at runTest (http://localhost:7357/testing/assets/test-support.js:4055:30)
                at Test.run (http://localhost:7357/testing/assets/test-support.js:4041:6)
                at http://localhost:7357/testing/assets/test-support.js:4262:12
                at advanceTaskQueue (http://localhost:7357/testing/assets/test-support.js:3654:6)
                at Object.advance (http://localhost:7357/testing/assets/test-support.js:3635:4)
        negative: >
            false
        Log: |
    ...
not ok 9 Chrome 68.0 - Ember Debug - Object Inspector: Computed properties are correctly calculated
    ---
        actual: >
            "Hello"
        expected: >
            Hello
        stack: >
                at Object.<anonymous> (http://localhost:7357/testing/assets/tests.js:6075:14)
                at runTest (http://localhost:7357/testing/assets/test-support.js:4055:30)
                at Test.run (http://localhost:7357/testing/assets/test-support.js:4041:6)
                at http://localhost:7357/testing/assets/test-support.js:4262:12
                at advanceTaskQueue (http://localhost:7357/testing/assets/test-support.js:3654:6)
                at Object.advance (http://localhost:7357/testing/assets/test-support.js:3635:4)
        negative: >
            false
        Log: |
    ...
not ok 10 Chrome 68.0 - Ember Debug - Object Inspector: Cached Computed properties are pre-calculated
    ---
        actual: >
            "Hello"
        expected: >
            Hello
        stack: >
                at Object.<anonymous> (http://localhost:7357/testing/assets/tests.js:6098:14)
                at runTest (http://localhost:7357/testing/assets/test-support.js:4055:30)
                at Test.run (http://localhost:7357/testing/assets/test-support.js:4041:6)
                at http://localhost:7357/testing/assets/test-support.js:4262:12
                at advanceTaskQueue (http://localhost:7357/testing/assets/test-support.js:3654:6)
                at Object.advance (http://localhost:7357/testing/assets/test-support.js:3635:4)
        negative: >
            false
        Log: |
    ...
not ok 11 Chrome 68.0 - Ember Debug - Object Inspector: Properties are correctly bound
    ---
        actual: >
            "Alex"
        expected: >
            Alex
        stack: >
                at Object.<anonymous> (http://localhost:7357/testing/assets/tests.js:6135:14)
                at runTest (http://localhost:7357/testing/assets/test-support.js:4055:30)
                at Test.run (http://localhost:7357/testing/assets/test-support.js:4041:6)
                at http://localhost:7357/testing/assets/test-support.js:4262:12
                at advanceTaskQueue (http://localhost:7357/testing/assets/test-support.js:3654:6)
                at Object.advance (http://localhost:7357/testing/assets/test-support.js:3635:4)
        negative: >
            false
        Log: |
    ...
not ok 12 Chrome 68.0 - Ember Debug - Object Inspector: Properties can be updated through a port message
    ---
        actual: >
            "Alex"
        expected: >
            Alex
        stack: >
                at Object.<anonymous> (http://localhost:7357/testing/assets/tests.js:6184:14)
                at runTest (http://localhost:7357/testing/assets/test-support.js:4055:30)
                at Test.run (http://localhost:7357/testing/assets/test-support.js:4041:6)
                at http://localhost:7357/testing/assets/test-support.js:4262:12
                at advanceTaskQueue (http://localhost:7357/testing/assets/test-support.js:3654:6)
                at Object.advance (http://localhost:7357/testing/assets/test-support.js:3635:4)
        negative: >
            false
        Log: |
    ...

I was able to reproduce these failures locally on the ember-release track using this command:

$ ember try:one "ember-release" --skip-cleanup=true --- node_modules/.bin/ember test --filter="Ember Debug"
@RobbieTheWagner
Copy link
Member

Yes, we know about these failures. There were changes in Ember we have not fixed things for yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants