Giter Site home page Giter Site logo

hcibenchapi's Introduction

hcibenchapi

hcibenchapi's People

Watchers

James Cloos avatar Charles lee avatar

hcibenchapi's Issues

__is_http_200 fails check

return data and isinstance(data, dict) and data['status'] == '200'
(when called from your 13.1 example - check to see if test is done)

fails when I run it.
The first two conditionals are true, but the third fails with an error
return data['status'] == '200'
KeyError: 'status'

I separated out the code a little and printed the returned data, it looks like this:
{'data': '200'}

Which is weird, because during other calls to it, the following is produced
{'status': '200'}

I'm not sure if this is a transitional issue (the VMs aren't up and running yet when
this is called the first time). Or perhaps the API is returning the wrong thing on purpose?
Not sure, but I put a temp hack in to work around it. Just wanted to file the bug here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.