Skip to content

Conversation

bigbes
Copy link
Contributor

@bigbes bigbes commented Dec 2, 2018

  • Update test-run.py and lib/tarantool_server.py to support python 3
  • Update tests accordingly to new version of PHPUnit
  • Added initialization of standart class properties to 'Tarantool'
  • Update .travis.yml (remove all junk)

….1+)

* Update test-run.py and lib/tarantool_server.py to support python 3
* Update tests accordingly to new version of PHPUnit
* Added initialization of standart class properties to 'Tarantool'
@bigbes bigbes self-assigned this Dec 2, 2018
@bigbes bigbes requested a review from Totktonada December 2, 2018 22:02
@bigbes bigbes changed the title Return working tests on php7.0-php7.1 Return working tests on php7.0-php7.2 Dec 2, 2018
.travis.yml Outdated
matrix:
include:
- { env: TARGET=test, php: 7.1 }
- { env: TARGET=test, php: nightly }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So only 2 targets will be run. No packaging ones.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Planned to give packaging back in the scope of #117.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But anyway need to comment this point in the commit message, so I leave the discussion unresolved for now.

Remove obsolete test-suite config from test-run.py
Copy link
Contributor

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to disable tests / targets where fails occur (see Travis-CI) and file backlog issues against these problems.

if self.script:
shutil.copy(self.script, self.script_dst)
os.chmod(self.script_dst, 511)
os.chmod(self.script_dst, 0o777)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: You touched this line 2 times arcoss there commits. 0777 → 511 → 0o777. Please, use 0o777 right in the first commit.

public function testFoo()
{
$tnt = $this->getMock('Tarantool');
// $tnt = $this->createMock(['Tarantool']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed?

@bigbes bigbes force-pushed the return-operabiluty branch from d62eb1a to ef47438 Compare December 12, 2018 16:24
@Totktonada
Copy link
Contributor

Backlog issues: #117, #139, #146.

@Totktonada
Copy link
Contributor

Superseded by PR #153.

@Totktonada Totktonada closed this Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants