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

Google Sheets Integration Tests Flakey? #871

Closed
cgardens opened this issue Nov 10, 2020 · 2 comments
Closed

Google Sheets Integration Tests Flakey? #871

cgardens opened this issue Nov 10, 2020 · 2 comments

Comments

@cgardens
Copy link
Contributor

Something flakey in the google sheets integration test?

got this error on the master build, but subsequent build (which didn't touch any of this) succeeded.

> Task :airbyte-integrations:connectors:source-google-sheets:standardSourceTestPython
2020-11-10 08:21:19 INFO i.a.w.p.a.DefaultAirbyteStreamFactory(internalLog):110 - *** - Running discovery on sheet 1chIfRiqM0RgcxCFFF-dELprfny60-IE77sM2wEvlmxM
2020-11-10 08:21:19 INFO i.a.i.s.s.PythonTestSource(runExecutableInternal):120 - *** - testRoot = /tmp/standard_test/pytest131440672109656097
2020-11-10 08:21:20 INFO i.a.c.i.LineGobbler(voidCall):69 - *** - parsing
2020-11-10 08:21:20 INFO i.a.c.i.LineGobbler(voidCall):69 - *** - executing command TestAction.TEARDOWN
2020-11-10 08:21:20 INFO i.a.c.i.LineGobbler(voidCall):69 - *** - writing output
2020-11-10 08:21:20 INFO i.a.c.i.LineGobbler(voidCall):69 - *** - complete

Failures (2):
  JUnit Jupiter:PythonTestSource:testRead()
    MethodSource [className = 'io.airbyte.integrations.standardtest.source.PythonTestSource', methodName = 'testRead', methodParameterTypes = '']
    => java.lang.RuntimeException: python execution failed
       io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableInternal(PythonTestSource.java:146)
       io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableVoid(PythonTestSource.java:116)
       io.airbyte.integrations.standardtest.source.PythonTestSource.setup(PythonTestSource.java:90)
       io.airbyte.integrations.standardtest.source.TestSource.setUpInternal(TestSource.java:145)
       java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [...]
       Suppressed: java.lang.RuntimeException: python execution failed
         io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableInternal(PythonTestSource.java:146)
         io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableVoid(PythonTestSource.java:116)
         io.airbyte.integrations.standardtest.source.PythonTestSource.tearDown(PythonTestSource.java:95)
         io.airbyte.integrations.standardtest.source.TestSource.tearDownInternal(TestSource.java:156)
         java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [...]
  JUnit Jupiter:PythonTestSource:testRead()
    MethodSource [className = 'io.airbyte.integrations.standardtest.source.PythonTestSource', methodName = 'testRead', methodParameterTypes = '']
    => java.lang.RuntimeException: python execution failed
       io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableInternal(PythonTestSource.java:146)
       io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableVoid(PythonTestSource.java:116)
       io.airbyte.integrations.standardtest.source.PythonTestSource.setup(PythonTestSource.java:90)
       io.airbyte.integrations.standardtest.source.TestSource.setUpInternal(TestSource.java:145)
       java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [...]
       Suppressed: java.lang.RuntimeException: python execution failed
         io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableInternal(PythonTestSource.java:146)
         io.airbyte.integrations.standardtest.source.PythonTestSource.runExecutableVoid(PythonTestSource.java:116)
         io.airbyte.integrations.standardtest.source.PythonTestSource.tearDown(PythonTestSource.java:95)
         io.airbyte.integrations.standardtest.source.TestSource.tearDownInternal(TestSource.java:156)
         java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [...]

Test run finished after 89416 ms
[         2 containers found      ]
[         0 containers skipped    ]
[         4 containers started    ]
[         0 containers aborted    ]
[         4 containers successful ]
[         0 containers failed     ]
[         5 tests found           ]
[         0 tests skipped         ]
[        10 tests started         ]
[         0 tests aborted         ]
[         8 tests successful      ]
[         2 tests failed          ]


> Task :airbyte-integrations:connectors:source-google-sheets:standardSourceTestPython FAILED
@cgardens cgardens added the type/bug Something isn't working label Nov 10, 2020
@sherifnada
Copy link
Contributor

related to #1353

@sherifnada
Copy link
Contributor

fixed with rate limit implementation

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

No branches or pull requests

3 participants