GithubHelp home page GithubHelp logo

Comments (6)

sainianubhav avatar sainianubhav commented on July 20, 2024

@grawk Could you let me know where to start on this issue?

from nemo.

grawk avatar grawk commented on July 20, 2024

Hey @sainianubhav sorry I just saw your message here.

I'm thinking the issue must be introduced by, and may be resolved by changing, this function:
https://github.com/krakenjs/nemo/blob/master/lib/flow.js#L128-L166

from nemo.

grawk avatar grawk commented on July 20, 2024

Hey @dwbruhn I tried to reproduce this. Please see the following commit:
5d7ab87

Here is the output I got:

dataset: 1
dataset: 2
{ dataset: 2, baseUrl: 'https://www.google.com' }
{ dataset: 1,
  B: { 'This should be the only property A can access under B': 1 },
  baseUrl: 'https://www.google.com' }

It looks like there isn't pollution from one dataset to the other in my example.

from nemo.

grawk avatar grawk commented on July 20, 2024

Can't reproduce. Closing.

from nemo.

dwbruhn avatar dwbruhn commented on July 20, 2024

Hey @grawk, sorry for the delay (I was out on PTO).

The contamination only happens when the data is in the base profile. Keep your same test, but move the data section to the base profile, then you'll see it.

Here's the minimal config.json needed to reproduce:

{
    "output": {
        "reports": "path:report"
    },
    "profiles": {
        "base": {
            "maxConcurrent": 1,
            "tests": "path:./*.js",
            "driver": {
                "browser": "chrome"
            },
            "mocha": {
                "timeout": 180000,
                "reporter": "mochawesome"
            },
            "parallel": "data",
            "data": {
                "A": {
                    "dataset": 1,
                    "B": {
                        "This should be the only property A can access under B": 1
                    }
                },
                "B": {
                    "dataset": 2
                }
            }
        }
    }
}

from nemo.

grawk avatar grawk commented on July 20, 2024

Thanks for the additional info. I'm able to reproduce and have a fix in progress.

from nemo.

Related Issues (20)

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.